html,body{
	margin: 0px;
	padding: 0px;
	background-color: #e0de91;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana; 
	font-size: 10pt;
}

table {
	font-family: Verdana; 
	font-size: 10pt;
}

a:link       { text-decoration: none; color: #736000 }
a:visited    { text-decoration: none; color: #544703 }
a:active     { color: #000000 }
a:hover      { text-decoration: underline; color: #354f05 }