html{
	background-color: #feffff;
	text-align: center;
}
.obscure{
	float: left;
	position: absolute;
	left: -9999px;
}
p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #444444;
}
a {
	text-decoration: none;
	color: #3f9b52;
}
a:hover{
	color: #c6c232;
}
#underConstruction{
	margin-top: 125px;
}
#footer{
	margin-top: 5px;
}

