﻿a {
	color: #bf0000;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: bold;}
table
{
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(CC,CC,00);
}

h1
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,51);
}
h2
{
	font-family: Times New Roman, Times;
	color: rgb(204,153,0); 
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,0);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}
A:link {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: none
}