a:link       { color: #006300; font-family: Arial }
a:visited
{
	color: rgb(0,99,0); 
} 
a:active 
{
	color: rgb(255,153,0);
}
a:hover {
   color: red; font-weight: bold
        }
body
{
	font-family: Arial ;
	background-color: rgb(255,255,255);
	color: rgb(00,33,00);
; background-image: url(images/backg1.jpg)
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
; background-color: #FFFFFF}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(00,00,80);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(00,00,80);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
