     .body {
	margin-left : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin-right : 0;
}
     A {
           background : transparent;
           color : #A88B61;
      }
     A:visited {
	background : transparent;
	color : Gray;
}
     A:active {
	color : #ff9900;
	background : transparent;
}
     A:hover {
	color : #003300;
	
}
.h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-transform : none;
	color : #660000;
	word-spacing : 4px;
}
.h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-transform : none;
	color : #660000;
	word-spacing : 2px;
}

.h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-transform : none;
	color : #660000;
	word-spacing : 2px;
}

.h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-transform : none;
	font-style : normal;
	text-decoration : none;
	color : #660000;
	word-spacing : 2px;
}
.h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #660000;
	text-transform : none;
	font-style : normal;
	text-decoration : none;
}