A:link, A:visited, A:active 
{ 
	color: BLUE; 
	text-decoration: underline; 	
}

A:hover  
{ 
	text-decoration: underline; 
}

A.nav:link, A.nav:visited, A.nav:active
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

A.nav:hover  
{ 
	color: black; 
	text-decoration: underline; 
}

A.nav2:link, A.nav2:visited, A.nav2active
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

A.nav2:hover
{
	text-decoration: underline;
}

A.next:link, A.next:visited, A.next
{
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

BODY 
{
	font-family: arial, helvetica;
	font-size: 12px;
	color: black;
	background: #000099;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px
}	

TD, P 
{ 	
	font-family: arial, helvetica;
	font-size: 12px;
}

.header
{
  	font-family: arial, helvetica;
	color: #003399;
	font-size: 20px;
	font-weight: bold
}

.indexLi
{
	line-height: 20px
}

.footer 
{
	font-family: arial, helvetica;
	font-size: 10px;
	color: white;
	font-weight: normal;
}
	
