
body {
	background-image:url(./back.png);
	background-repeat:repeat;
	font-family:monospace,courier;
	background-color:#543523;
	color:#ea6430;
	font-family:Arial, Helvetica, Sans-serif;
	margin-left:5%;
	margin-top:5%;
	margin-right:5%;
	margin-bottom:5%;
	}


a:visited {color:#ffffe0; font-weight:bold; text-decoration:none }

a:link { color:#ffffe0; font-weight:bold; text-decoration:none  }
a:hover { font-weight:bold; color:#98bfbf; text-decoration:none }
a:active  { color: #98bfbf; font-weight:bold; text-decoration:none } 

table {
	boreder:0px
	cellspacing:5px; 
	cellpadding:1px;
	


h3 {
	background-color:#543523;
	color:#dbc6b5;
	font-family:Arial, Helvetica, Sans-Serif;
	}

th {
	background-color:#b69d7d;
	color:#ffffff;
	font-family:Arial, Helvetica, Sans-Serif;
	}


.hrmain  {  
	style:width:100%;
	height:4px; 
	text-align:left; 
	background-color:#ffffff; 
	border:1px solid black;	
	}

.hrnorm {  
	style:width:100%;
	height:1px; 
	text-align:left; 
	background-color:#ffffff; 
	border:0px solid black;	
	}
.imgfloat {
	float:left;
	}
.aclear {
	clear:left;
	}