a:link
{
	color: rgb(0,51,0); 
}
a:visited
{
	color: rgb(0,51,0); 
} 
a:active 
{
	color: rgb(0,51,0);
}
body
{
	font-family: Arial;  font-size=11pt;
	background-image: url("../../images/bg2.jpg");
    background-attachment: fixed;
	color: rgb(65,92,60);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
div#myDIV
{
width:100px;
height:100px;
background:red;
left:10px;
top:100px;
position:fixed;
}

