body{ 	
	background-color: #8FAFCC; 
	font-family: verdana;
	font-size:15px;
	font-color:black;
} 

table#main{	
	width: 100%;
    background-color: #8FAFCC;
	border:0 px;
	cellspacing:4px;
	cellpadding:4px;
}

table#middle{	
	width: 100%;
	background-color: #F8E28F;
	border:0 px;
	cellspacing:4px;
	cellpadding:4px;
}

table#other{	
	width: 100%;
	background-color: #84A26F;
	border:0 px;
	cellspacing:4px;
	cellpadding:4px;
}

td#content{
	background-color: #8E754F;
	border:1px solid black;
	width:743px;
	font-family: verdana;
	font-size:15px;
	font-color:black;
	padding:3px;
	
}

h1.important{
	font-weight:bold;
	font-size:20px;
	font-family:verdana;
}

h2.stress{
	font-weight:bold;
	font-size:14px;
	font-family:verdana;
}

a:link, a:visited, a:active{
	font: 15px verdana;
	color:#000000;
	font-weight:bold;
}

a:hover{
	color:#808080;
	font-weight:bold;
}



			

