html, body {
background-color:#ccffdd;
position : absolute; 
width : 600px; 
	margin-left: 5px;
	margin-top :100px; 
	margin-bottom : 0; 
	padding: 0;
	} 
#header {
background-color:white;
background : url(article_h.jpg); 
position : absolute; 
width : 800px; 
margin-left: 50px;
height : 80px; 
top : 0px; 
left : 0; 
}
#navigator{
	   margin-top :80px; 
	font: 10pt/1.35em "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
}
.housebutton a:hover {
background-color :white; 
border-top : 2px solid #31557f; 
border-left : 2px solid #31557f; 
border-bottom : 2px solid #cce3ff; 
border-right : 2px solid #cce3ff; 
} 
h1{
	color: Highlight;
	text-align: center;
	background-color:#ccffdd;
}
h2{
	color: Highlight;
	text-align: left;
}
#main {          
background-color:white;
width : 700px; 
margin-top :100px; 
margin-bottom : 0; 
margin-left :40px; 
border : 0; 
font: 10pt/1.35em "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
color : Blue; 
} 
#main a {
color : navy; 
} 
#main a:link, A:visited {
color : navy; 
text-decoration : none; 
} 
#main a:hover {
	background-color: #B9EEFF;
	text-decoration: none;
	color: Yellow;
#floatingnav {
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	float: absolute;
			background-color:#ddffcc;
	color: #0080FF;
} 
#floatingnav a {
	color: Blue;
	background-color:#D7EBFF;
	font: 10pt "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
	color: #ccffdd;
} 
#main h1 {
color : blue; 
background-color:white;
	} 
#main h2 {
	color: green;
}
#main h3 {
	color: Red;
}
p{
	text-indent: 3em;
	line-height:20px;
}
