
a:link
{
	color: rgb(102, 102, 102);
	text-decoration: none; 
}
a:visited
{
	color: rgb(102, 102, 102);
	text-decoration: none;
} 
a:active 
{
	color: rgb(102, 102, 102);
	text-decoration: none;
}

body
{
	
    background-color: rgb(204,204,153);
    font-size: 8pt;
	font-family: Verdana;
	
}

A:hover 
{
color: #000000;
text-decoration: underline
}

P
{
    font-size: 8pt;
	font-family: Verdana;
	color: rgb(51,51,51);
}

	h1
{
	font-family: Times New Roman;
    margin-top: 0; margin-bottom: 0
	color: rgb(51, 51, 51);
	font-size: 18pt;
	font-weight: 400
}
	
    h2
{
	font-family: Courier New;
    margin-top: 0; margin-bottom: 0;
	font-size: 12pt;
	font-weight:700;
	color: rgb(165, 34, 39)
}
	
	h3
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: 400;
	color: rgb(33,33,33);
	margin-top: 0; margin-bottom: 0;
	
}
	h4, h5
{
	font-family: Verdana;
    margin-top: 0; margin-bottom: 0
	
}
	h6
{
	font-family: Verdana;
	font-size: 7pt;
    color: rgb(153,0,0);
    margin-top: 0; margin-bottom: 0;
	font-weight: 800
}
