a:link
{
	color: #0000FF; 
}
a:visited
{
	color: #800080; 
} 
a:active 
{
	color: #CC3300;
}
a:hover 
{  
	color: #990000; 
	text-decoration: underline
}
body
{
	font-family: Arial, sans-serif;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, sans-serif;
}
h1
{
	color: #330099;
	font-size: x-large;
}
h2
{
	color: #000000;
	font-size: large;
}
h3
{
	color: #000000;
	font-size: medium;
}
h4 { font-size: small; color: #000000}h5 { font-size: x-small; color: #000000}h6
 { font-size: xx-small }
