body {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	background: #DDDDDD;
    	margin: 0;
    	padding: 0;
    	text-align: center;
		font-size:x-small;
    }
	
a{
color: #8f6e59;
text-decoration:none
}

a:hover{
		font-weight:bold;
		color: #42210b;
		text-decoration:none;
}