a:link, a:active, a:visited {
	color : #000000;
	text-decoration : none;
}

a:hover{
	color : #000000;
	text-decoration : underline;
	position:relative; top:-1px;
}

body{
	background-attachment : fixed;
	width:100%; height:100%;
	background-color : #58241B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 0; 
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0; 
	padding: 0; 
}

td{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px; 
	color : #39393d;
	border : 0;
}

td.logo {
	background-repeat:no-repeat; 
	background-position:top left; 
	border: 1px dotted #999999; 
	width : 500px;
	height : 500px;
}

