﻿a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: rgb(237,237,237);
	text-align: left; 
		color: rgb(0,51,51);

	font-size: small;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1
{
	color: rgb(0,51,51);
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}
h2
{
	color: rgb(102,102,102); 
	text-align: left;
	font-size: x-large;
	font-weight: bold;

}
h3
{
	color: rgb(153,153,102); 
text-align: left;
	font-size: large;
	font-weight: bold;
}
h4
{
	color: rgb(0,153,153);
text-align: left;
	font-size: medium;
	font-weight: bold;
}
h5
{
	color: rgb(0,51,51);
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
h6
{
	color: rgb(153,153,102);
}