 
body {
        /* 
        background-color:rgb(255, 255, 204);
        background-color: rgb(153, 153, 153);
        */
	background-color: black;
	color: yellow;
   font-family: "Helvetica";
}

a {
     /* color:rgb(255,0,128); */
	color: #1e90ff;
   font-family: "Helvetica";
}

a:link {
}

a:focus { 
   font-weight:bold; 
	color: red;
}

a:active {
	color: red;
	font-weight:bold;
}

a:visited {
}

a:hover {
	color: #02c5ff;
}

img {
   border:0;
}

table.as {
   text-align: center;
   border-style:solid;
   border-width: 1px;
   width:100%;
}

td.as {
   border-style:dotted;
   border-width: 1px;
   border-color:#a7a648;
}

td.as {
  padding:5px;
}

lastchangefooter {
  font-style:italic;  font-size:80%;
}

versionfooter {
  text-align: right;   font-style:italic;   font-size:60%;
}
