html { 
  margin:0; 
  padding:0; 
  border:none; 
}

body {
background-color: #1c011b;
text-align:center; 
margin:0;
padding-top:0px; 
}

h3 {color: blue}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: white}
A:active {text-decoration: underline;}
A:hover {text-decoration: underline; color: #ffffff;}


#container { 
 	BORDER-TOP: #fecb1f 1px solid;
 	BORDER-left: #fecb1f 1px solid;
 	BORDER-right: #fecb1f 1px solid;
 	BORDER-bottom: #fecb1f 1px solid;
	background-color: #1c011b;
	margin:0 auto;
	width:900px;
	text-align:left;

}

#top {
	background-color: #1c011b;
	margin:0 auto;
	width:890px;
	margin-left: 10px;
	text-align:left;
	color: #ffffff;
}

#hw { 
	padding-top:0px;
	background-color: #1c011b;
	margin:0 auto;
	width:900px;
	text-align:left;
} 



