/* CSS Document */

.Style2 {
	font-size: 10px;
	font-weight: bold;
	
}

.Style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFF00; 
	font-weight: bold;
}

#navigation li

{
	display: block;
	list-style: none;
	width: 85%;
	color:#000066;
	background: #99CCFF;
	margin-bottom: 12px;
	text-align: center;
	height: 16px;
	
}
#navigation li a 
{
	display:block;
	background: #99CCFF;
	color: #000066;
	text-align:center;
	font-family: "arial";
	height: 16px;
}
#navigation li a:visited 
{
	display:block;
	background: #99CCFF;
	color: #000066;
	text-align:center;
	font-family: "arial";
	height: 16px;
}

#navigation li a:hover
{
	
	background: #FFCC00;
	color: #CC0000;
	font-family: "arial";
	display:block;
	height: 16px;
}
#navigation li a:active
{
	
	background: #FFCC00;
	color: #CC0000;
	font-family: "arial";
	display:block;
	height: 16px;
}
