A.right:link{
	color: black;
	text-decoration: none;
	font: bold 100% Arial, Helvetica, sans-serif;	
}
A.right:visited{
	color: black;
	text-decoration: none;
	font: bold 100% Arial, Helvetica, sans-serif;	
}
A.right:active{
	color: black;
	text-decoration: underline;
}
A.right:hover{
	color: black;
	text-decoration: underline;
}
A.nav:link{
	color: black;
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;	
}
A.nav:visited{
	color: black;
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;	
}
A.nav:active{
	color: black;
	text-decoration: underline;
}
A.nav:hover{
	color: black;
	text-decoration: underline;
}
A.bottom:link{
	color: black;
	text-decoration: none;
	font: 70% Verdana, Arial, Helvetica, sans-serif;	
}
A.bottom:visited{
	color: black;
	text-decoration: none;
	font: 70% Verdana, Arial, Helvetica, sans-serif;	
}
A.bottom:active{
	color: black;
	text-decoration: underline;
}
A.bottom:hover{
	color: black;
	text-decoration: underline;
}
A:link{
	color: blue;
	text-decoration: none;
	font: bold;
}
A:visited{
	color: blue;
	text-decoration: none;
	font: bold;
}
A:active{
	color: blue;
	text-decoration: underline;
}
A:hover{
	color: blue;
	text-decoration: underline;
}
BODY {
	
	scrollbar-face-color: #663399;
	scrollbar-arrow-color: #F8D802;
	scrollbar-base-color: #CCCCCC
}