

body {
	margin: 0;
	padding: 0;
	font-family:'Trebuchet Ms',Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background:#E3D0A4 url(background.jpg) repeat-x;
}

img {
float: left;
margin: 0px 5px 5px 0px;

}

td {
	font-family:'Trebuchet Ms',Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}

a:link {
background-color: transparent;
text-decoration: underline;
color: #666;
}
a:visited {
background-color: transparent;
text-decoration: underline;
color: #666;
}
a:hover, a:active {
background-color: #E0CC9C;
text-decoration: underline;
color: #fff;
}



