a:link
{
	text-decoration:none; color: #330099;
}

a:visited
{
	text-decoration:none; color: #330099; 
} 

a:active 
{
	text-decoration:underline; color:#CC0066;
    font-family : Arial;
	font-weight : bold;
						
								}

a:hover		
{
	text-decoration: blink; color: White;
	background-color : #CC0066;
}

body
{
   scrollbar-darkshadow-color: #3C3391; scrollbar-track-color: #FFFFFF; 
   scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; 
   scrollbar-highlight-color: #003399; scrollbar-3dlight-color: 
   #FFFFFF; scrollbar-arrow-color: #003399 }

	
	font-family: Garamond, Arial, Times New Roman, Times;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

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);
}

