/*
-must deal with small text
-header
-footer
-access keys
-
*/

html, body {
margin: 0px;
padding: 0px;
font-family: verdana,Tahoma, arial, sans-serif;
font-size: x-small;
background-color: White;
}

#header{
	background-color: #A3D9E0;
	width: 100%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid Black;
	margin-bottom: 5px;
}

#footer{
	background-color: #A3D9E0;
	width: 100%;
	text-align: center;
	border-top: 1px solid Black;
	margin-top: 5px;
}

#Content{
	margin-left: 3px;
}

dt A{
 font-weight: bold;	
 color: Black;
 width: 100%;
 text-decoration: none;
}
dt A:hover {
	COLOR: White; 
	BACKGROUND-COLOR: #266998; 	
}

A{
	color:#266998;
}

A:hover {
	COLOR: #266998; 
	BACKGROUND-COLOR: #FCF177; 	
}
em{
	font-weight:bold;
}
/*
#text{
	background-color: #262232;
}

#text2{
	background-color: #3F3B47;
}
*/

/*
#Content A { COLOR: blue; TEXT-DECORATION: underline; }
#Content A:visited { COLOR: #83929e; TEXT-DECORATION: underline; }
#Content A:active { COLOR: #83929e; TEXT-DECORATION: underline; }
*/