a:link
{
	color: darkgreen; TEXT-DECORATION:NONE;
}
a:visited
{
	color: black; TEXT-DECORATION:NONE;

} 
a:active 
{
	color: rgb(102,0,0); TEXT-DECORATION:NONE;

}
body
{
	font-family: Verdana;
	background-color: rgb(204,213,170);
	color: rgb(102,0,0);
scrollbar-3dlight-color:  #FFFFCC; 
scrollbar-arrow-color: rgb(255,255,255);
scrollbar-base-color:  darkgreen; 
scrollbar-darkshadow-color:  #FFFFCC; 
scrollbar-face-color: darkgreen; 
scrollbar-highlight-color: gold; 
scrollbar-shadow-color: gold;
scrollbar-track-color:  #FFFFCC;
}

p
{
    font-family: Verdana;
    color: rgb (102,0,0);
    font-size: 10 pt;
    text-align: justify;
    font-weight: lighter;
    font-style: normal;
    margin-left: 6pt;
}

table
{
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(0,119,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Times New Roman;
}

h1
{
	color: rgb(102,0,0);
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	
}
h2
{
	color: rgb(102,102,0);
	font-size: 14pt;
	text-align: center;
	font-weight: normal; 
}
h3
{
	color: rgb(204,51,0);
	text-align: justify; 
	font-weight: normal;
}
h4
{
	color: rgb(153,102,0);
	text-align: center;
}
h5
{
	color: rgb(204,51,51);
	text-align: center;
}
h6
{
	text-align: center;
	color: rgb(153,102,0);
	font-size: 8pt;
}