﻿a:link
{
	color: rgb(0,153,0); 
}
a:visited
{
	color: rgb(0,128,255); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	color: rgb(0,0,0);
	font-size: 10pt; 
}
body
{
	font-family: Tahoma;
	color: rgb(0,0,0);
	font-size: 10pt;
}

h1
{
	font-family: Tahoma;
	color: rgb(0,204,255);
	font-size: 10pt;
}
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);
}



