a:link
{
	color: rgb(0,0,128); 
}
a:visited
{
	color: rgb(0,128,0); 
} 
a:active 
{
	color: rgb(255,0,0);
}
body
{
	background-color: rgb(255,255,255);
<!--
	/* background-image: url('images/megasand.gif');*/
-->	
	font-family: Arial, Book Antiqua, Times New Roman, Times;
	color: rgb(0,0,0); text-align:left; margin-bottom:7;
	margin-top:3;
}
table
{
	table-border-color-light: rgb(0,255,0);
	table-border-color-dark: rgb(0,120,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Book Antiqua, Times New Roman, Times;
	margin-top:3;
	margin-bottom:7

}
p
{
	font-family: Arial, Book Antiqua, Times New Roman, Times;
	margin-top:3;
	margin-bottom:7;

}
h1
{
	color: rgb(0,127,0);
}
h2
{
	color: rgb(0,127,0);
}
h3
{
	color: rgb(0,127,0);
}
h4
{
	color: rgb(0,127,0);
}
h5
{
	color: rgb(0,127,0);
}
h6
{
	color: rgb(0,127,0);
}
hr
{
	color: rgb(0, 127, 0);
}