/*********** #list styles ***********/

#list{
	font-size: 10px;
	color: #FFFF00;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
}
#list a:link{
	font-size: 10px;
	color: #FFFF00;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
}
#list a:visited{
    font-size: 10px;
	color : #FFFF00;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}
#list a:hover{
    font-size: 10px;
    color: #FFFFFF;
	padding-left: 11px;
    text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}
.blue {
	color: #000099;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
}
