* {
	background-color: #d6d6ab;
}

#header {
	text-align:center;
}
#main {
	text-align:left;
	padding:10;
	width:740px;
}
#footer {
	text-align:center;
}
a:link {
	text-decoration:none;
	color:#1b1404;
	border-bottom: 1px dashed #1b1404;
}	
a:visited {
	text-decoration:none;
	color:#181104;
	border-bottom: 1px dashed #1b1404;
}	
a:active {
	text-decoration:none;
	color:#1b1404;
	border-bottom: 1px dashed #1b1404;
}	
a:hover {
	text-decoration:none;
	color:#1b1404;
	border-bottom: 1px dashed #1b1404;
}	
