body
 {
	font-size: 14px;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 10px;
	line-height: 1.2;
	background-color:black;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:#yellow;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#white;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#8EDA37;

}


a {
text-decoration:none;
color:#8EDA37;
}

#page {

width:800px; 

margin:0 auto; 

text-align:left;

border-style:solid;
border-color:white;

}
