  body {
    background-color: #000000;
    color: #e7e7e7;
	font-family: Verdana;
    font-size: 14px;
 }

   A:link {
    color: #00bae8;
	font-weight: bold;
	text-decoration: none;
}
   A:visited {
    color: #00bae8;
	font-weight: bold;
	text-decoration: none;
}
   A:active {
    color: #D7F5EE;
	font-weight: bold;
	text-decoration: underline;
}
   A:hover {
    color: #D7F5EE;
	font-weight: bold;
	text-decoration: underline;
}

  h1 {
	font-size: 18px;
	color: #e7e7e7;
	padding-top: 10px;
	margin: 0px;
}

  #image_center {
    margin-left: auto;
    margin-right: auto;
	position: relative;
    margin-top: 10px;
	text-align: center;
}