BODY {
      background-color : white;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : black;
      margin: 0px; 
}

a:link { 
	color:#85292B;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#85292B;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#F1BB3D;
	text-decoration:underline;
}
a:active { 
	color: #F1BB3D; 
}

h1, h2, h3, h4, h5, h6 {
	text-align:center;
}

