/* CSS Document */
body         {
	color: navy;
	background-color:#FDF5E6;
	font-size: 12pt;
	}
h1		{ color:green; text-align: Center; font-size: 16 pt; }
h2		{ color:brown; text-align: Center; font-size: 14 pt; }

Span	{ font-size: 12pt;	color: purple; cursor:text }

p	{
	margin-left: 2%; }
	
div.ad {
    text-align:center;
    background-color: #FDF5E6;
	color: navy;
	border: none;
	background-image: url(../../images/ad_box.gif);
	background-position: top center; 
	height: 130px; 
	padding-top: 22px; 
	background-repeat: no-repeat;
}