body{
  	background-color:#fff;
 	background:#fff;
  	color: #000;
}

a {
	color:#7f5437;
	text-decoration:underline;
}
a:visited {
	color:#7f5437;
}
a:hover {
	color:#7f5437;
	text-decoration:underline;
}

p,pre{
  	font-family: Verdana, Arial, Courier, Swiss, sans-serif;
  	font-size: 11px;
}


