body {
	background-color: Black;
	color: #B0C4DE;
	margin: 0px;
	padding: 20px;
	text-align: center;
	font-size: 11px;
	font-family: "Bitstream Vera Sans", "Verdana",sans-serif;
}
hr {
	display: none;
}
#logo {
	width: 100%;
}
#logo h1 {
	background-image: url(absolvo.gif);
	width: 100%;
	height: 290px;
	background-position: center;
	background-repeat: no-repeat;
}
#logo span{
	display: none;
}

#message
{
	text-align: justify;			
	width: 40%;
}
#message a:link, #message a:visited
{
	font-size: 12px;
	color: #E1B540;
	font-weight: bold;
}
#message a:hover
{
	color: #564414;
	text-decoration: overline;
}