<style type="text/css">

	* {
		margin: 0;
		padding: 0; }

	body { 
		background-color: #542f1d;
		margin: 0px;
		padding: 0px; }
   
	font, p, div, table, td { 
		font-family: Tahoma;
		font-size: 11px;
		color: #542f1d; }
		
	img {
		border: 0px; }

	a:link, a:active, a:visited {
		color: #f1ad91;
		font-weight: bold;
		text-decoration: none; }
		
	a:hover	{
		color: #fcd2ad;
		text-decoration: underline; }
	
	hr {
		border: solid #9be900 0px;
		border-top-width: 2px; }
		
	h2 {
		font-family: Century Gothic;
		font-size: 20px; }
		
	.shadow img{
		background-color: #fff;
		border: 1px solid #f1ad91;
		padding: 5px; }
		
</style>

