a:link
{
	text-decoration:none;
	color: Red;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

a:visited
{
	text-decoration:none;
	color: Maroon;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
} 

a:active 
{
	text-decoration:underline;
	color: Green;
}

a:hover		
{
	text-decoration: blink;
	color: Green;
	background-color : White;
}

body
{
	font-family: Arial, Garamond, Times New Roman, Times;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	scrollbar-face-color: White;
	scrollbar-highlight-color: Menu;
	scrollbar-3dlight-color: #F0F8FF;
	scrollbar-arrow-color: Gray;
	scrollbar-shadow-color: InactiveCaptionText;
	scrollbar-base-color: #F0F8FF;
	scrollbar-track-color: White;
}

table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}

h1
{
	color: rgb(255,204,0);
}

h2
{
	color: rgb(153,255,51); 
}

h3
{
	color: rgb(0,255,204); 
}

h4
{
	color: rgb(255,204,0);
}

h5
{
	color: rgb(153,255,51);
}

h6
{
	color: rgb(0,255,204);
}

