
.nav:link 
	{
	text-decoration: none;
	color: #00E1FF;
	font-family: Arial;
	font-size: 10pt;
	background-color: transparent;
	border-color : White;
	border-style : solid;
	border-width : 1px;
	width : 82;
	padding: 2;
} 

.nav:visited 
	{
	text-decoration: none;
	color: #00C0FF;
	font-family: Arial;
	font-size: 10pt;
	background-color: transparent;
	border-color : white;
	border-style : solid;
	border-width : 1px;
	width : 82;
	padding: 2;
} 

.nav:hover 
	{
	text-decoration: none;
	color: #1E90FF;
	font-family: Arial;
	font-size: 10pt;
	background-color: transparent;
	border-color : White;
	border-style : solid;
	border-width : 1px;
	width : 82;
	padding: 2;
}

	
BODY
	{
	scrollbar-base-color: #4963AD;
	scrollbar-arrow-color: #ffffff;
	font-family: Arial;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	margin : 0;
}


.link:link 
	{
	text-decoration: none;
	color: #00E1FF;
	font-family: Arial;
	font-size: 10pt;
	
	
} 

.link:visited 
	{
	text-decoration: none;
	color: #00C0FF;
	font-family: Arial;
	font-size: 10pt;
	
	
} 

.link:hover 
	{
	text-decoration: none;
	color: #1E90FF;
	font-family: Arial;
	font-size: 10pt;
	;
}


