body
{
background-color:#B3CDBA;
background-repeat:no-repeat;
background-position:left top;
color:black;
margin: 18px 15px auto 50px; 
font:16px sans-serif;
}
A:link {
 COLOR: #000000; 
 text-decoration:none; 
}
A:visited {
 COLOR: #000000; 
 text-decoration:none; 
}
A:hover {
 COLOR: #880000; 
 text-decoration:none;
}
a:active {
 text-decoration:underline;
}
td.tall-centered { 
	text-align:center;
	line-height: 125%;
}
td.tall-left { 
	text-align:left;
	line-height: 125%;
	border-left: black solid 3px;
	border-top: black solid 3px;
	border-right: black solid 3px;
	border-bottom: black solid 3px;
	background-color: #CDCDBA;
}
td.menu { 
	text-align:center;
	border-top: black solid 1px;
	border-bottom: black solid 1px;
}
	
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }