body { background: #222222; text-align: center;}

img { border: 0 }

a 			{ color: #green; font-family: georgia; font-size: 15px; text-decoration: none; } 
a:active	{ color: #green; text-decoration: underline; } 
a:hover		{ color: #green; text-decoration: underline; } 

#main {
	width: 650px;
	margin: auto;
	clear: both;
}

.text {
	color: #EEEEEE;
	background-color: #222222;
	font-family: georgia;
	font-size: 15px;
	line-height: 21px;
	text-align: left;
	}

.title {
	color: ##EE0000;
	background-color: #222222;
	font-family: georgia;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	}

.names {
	color: #EFDE00;
	background-color: #222222;
	font-family: georgia;
	font-size: 18px;
	line-height: 21px;
	text-align: left;
	}

