a:visited {

}

body {
	background-color: White;
	color: Black;
	font-family: Ariel, "Times New Roman",
        Times, serif;
	border: none;
	font-size: 11px;

}

div#links a {display: block; 
  text-align: center;
  font-family: Ariel, "Times New Roman",Times, serif;
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: white; background: #14264b;
   border-right: 5px solid #505050;}
div#links a:hover {color: #411; background: #AAAAAA;
   border-right: 5px double white;}

div#links a span {display: none;}
div#links a:hover span {display: block;
      padding: 5px; margin: 10px; 
   color: white; background: #14264b;
   font: 10px Verdana, sans-serif; text-align: center;}

div#content { color: #BAA; background: #22232F; 
   font: 13px Verdana, sans-serif; padding: 10px; 
   border: solid 5px #444;}
div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}

h1 {margin: -9px -9px 0.5em; padding: 15px 0 5px; text-align: right; background: #333; color: #667; letter-spacing: 0.5em; text-transform: lowercase; font: bold 25px sans-serif; height: 28px; vertical-align: middle; white-space: nowrap;}
h2 {
	color = "#14264b"
}
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: white;}
div#content a:visited {color: #BBC;}
div#content a:link:hover {color: #FF0;}
div#content a:visited:hover {color: #CC0;}
code, pre {color: #EDC; font: 110% monospace;}

ul {
list-style-type: none;
width: 100%; /* precision for Opera */
}

.menu li {
float: left;
}

.menu a {
margin: 0 2px;
width: 100px;
height: 20px;
display: block;
text-align: center;
border: 1px solid gray;
color: white;
Text-Decoration: None;
background: #14264b;
}

.menu a:hover {
color: #411; background: #AAAAAA;
border: 1px solid gray; 
}

.menu a:active {
background: gray;
border: 1px solid gray; 
color: #fff;
}
a.test {text-decoration: none;
color: #222;
}
a.test:hover{text-decoration: underline;
}
 
/*Table
{
	text-align: left;
	background-color: white;
	/*border: 7px groove;
	border-right: 7px;
}*/
