BODY{
	font-size: 18px; 
	font-family: arial;
}

P, TD, TABLE,DIV, SPAN{
	font-family: arial; 
	font-size: 13px;
}
SPAN{
	font-family: arial; 
	font-size: 10px;
}

A{
	color: maroon;
	text-decoration: none;
}
A:visited{
	color: blue;
	text-decoration: none;	 
}
A:hover{
	color: blue;
	text-decoration: none;
}
A:active {
	color: maroon;
}
A:link{
	color: maroon;
	text-decoration: none;
}

.leftNav{
	color : black;
	font-size: 14px;
	padding-left:5px;
}

.leftNav A{
	color: black;
	text-decoration: none; 
}
.leftNav A:active{ 
	color: black; 
}
.leftNav A:link{
	color: black;
	text-decoration: none; 
}
.leftNav A:visited{
	color: Silver;
	text-decoration: none; 
}
.leftNav A:hover{
	color: blue;
	text-decoration: none; 
	background-color: white;	
}

.leftNavHeader{
    color: black; 
	font-weight: bold;
}

