body
{
	/*Scrollbar*/
	scrollbar-face-color: #2A7BD6;
	scrollbar-highlight-color: #5FDDFF;	
	scrollbar-shadow-color: #5FDDFF;
	scrollbar-3dlight-color: #5FDDFF;
	scrollbar-arrow-color: #185BA2;
	scrollbar-track-color: #2569BA;
	scrollbar-darkshadow-color: #2A7BD6;
	
	/*Basic Text*/
	font-family: "Times New Roman", Verdana, Arial, sans-serif;
	color: #00FFFF;
	background-color: #000000;
	text-decoration: none
}
a:active
{
	font-family: "Times New Roman", Verdana, Arial, sans-serif;
	color: #FFFF00;
	text-decoration: underline
}
a:hover
{
	font-family: "Times New Roman", Verdana, Arial, sans-serif;
	color: #00FFCC; 
	text-decoration: underline
}
a:link
{
	font-family: "Times New Roman", Verdana, Arial, sans-serif;
	color: #00CCFF;
	text-decoration: none
}
a:visited
{
	font-family: "Times New Roman", Verdana, Arial, sans-serif;
	color: #0099FF;
	text-decoration: none
}
