div.Banner { 
	position:absolute; top: 5px; left: 5px; height 200px;
	border:5px solid yellow;
	background: white; 
	margin: 10px 10px 10px 10px; 
	padding: 20px 8px 5px 8px; }


div.content { 
	position:absolute; top: 202px; left: 153px; width: 370px;
	border: 4px solid yellow;
	background: white; 
	margin: 10px 10px 10px 10px; 
	padding: 20px 20px 20px 20px; 
}

div.left {
	position:absolute; top: 202px; left: 5px; width: 150px;
	background: white; 
	margin: 10px 10px 10px 10px; 

}
div.right {
	position:absolute; top: 202px; left : 573px; width: 250px;
	border: 4px solid yellow;
	background: white; 
	margin: 10px 10px 10px 10px; 
	padding: 20px 20px 20px 20px; 
}

div.links {
	border: 3px outset #009900;
	background: white; 
	margin: 1px 1px 1px 1px; 
	padding: 3px 5px 3px 20px; 
 }

div.ads {
	border: 2px solid #009900;
	background: white; 
	margin: 5px 5px 5px 5px; 
	padding: 10px 5px 5px 10px; }

p.small {line-height: 90%}

h1 {
	font: normal bold 24pt arial, sans-serif;
	color : #009900}

h2 {
	font: normal bold 18pt arial, sans-serif;
	color : #009900;
	}

span.bodytext {
	font: normal normal 10pt arial, sans-serif;
	color : #009900}

span.quote {
	font: normal bold 10pt arial, sans-serif;
	color : purple}

span.bullet {
	font: normal bold 10pt arial, sans-serif;
	color : #009900;
	 }

span.adtext {
	font: normal normal 8pt arial, sans-serif;
	color : #009900}

a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}
