body {
margin: auto;
background: black;
font-family: tahoma;
}



#content {
margin: 20px auto auto auto;
background: black;
text-align: center;
color: #003333;
width: 650px;
size: 10pt;
}
#content img {
border: 0;
}

h1{
	font-size: medium;
	color: white;
}

a:link, a:visited, a:active{
	color: #003333;
		text-decoration: none;

}
a:hover{
	color: #003333;
	text-decoration: underline;
}