a:link
{
	color: #008000; 
}
a:visited
{
	color: #008000; 
} 
a:active 
{
	color: #006666;
}
body
{
	font-family: Arial;
	background-color: #CCFFCC
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
p            { font-family: Arial }
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	color: #008000;font-family:Arial; font-weight:bold; margin-bottom:-2
}
h2
{
	color: #008000;font-family:Arial; font-size:12pt; font-weight:bold 
}
h3
{
	color: #000000;font-family:Arial; font-size:14pt; font-weight:bold; font-style:italic; text-decoration:underline 
	 
}
h4
{
	color: #000000;font-family:Arial; font-size:14pt; font-weight:bold; font-style:italic; 
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}
.img2 {
padding:2px;
background:#00CC00;
border:3px double #000000;
}