/* CSS Document */
a:link
{
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
	font-family: Arial;
} 
a:active 
{
	color: #000000;
	text-decoration: none;
}


h1
{
	font-family: Arial;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3300FF;
	font-size: 12px;
	text-decoration: none;
}
h3
{
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	
}
h4
{
	font-family: "Times New Roman", Times;
	color: #FFFF00;
}
h5
{
	font-family: "Courier New", Courier, mono;
	color: #FFFF00;
	font-size: 16px;
	text-decoration: none;
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}


