body 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	color: black; 
	background: url(/templates/1/back.jpg);
	text-decoration: none;
        background-repeat: no-repeat;
	background-color: white;
	background-position: center top;

}
A:visited { COLOR: black ; SIZE: 10pt ; TEXT-DECORATION: none}
A { COLOR: black ; SIZE: 10pt ; TEXT-DECORATION: none}
A:hover { COLOR: black; SIZE: 10pt ; TEXT-DECORATION: none}
}

input.button {
   border: 1px solid gray;
   color: white;
   background-color: gray;
   margin: 3px;
   padding: 3px;
}