body {
	background-color: #000;
	font-family: 'Trebuchet MS', Times;
	color: white;
	text-align : left;

}
#page {
	min-width: 720px;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	height: auto;
}
a {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
a:hover  {
	text-decoration: underline;
}
h3 {
	text-align : center;
	font-size: 21px;
	text-decoration: underline;
}
h5 {
	text-align: center;
	font-size: 15px;
	letter-spacing: .2em;
}
h4 {
	color: black;
	font-size: 13px; 
}
h6 {
	letter-spacing: 0.2em;
	font-size: 12px;
	text-align : center;
}
