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

img { border: 0 }

a 			{ color: #663300; font-family: gill sans; font-size: 15px; text-decoration: none; } 
a:active	{ color: #663300; text-decoration: underline; } 
a:hover		{ color: #663300; text-decoration: underline; } 

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

.text {
	color: #black;
	background-color: #ECF1F6;
	font-family: gill sans;
	font-size: 15px;
	line-height: 21px;
	text-align: left;
	}

.title {
	color: #black;
	background-color: #ECF1F6;
	font-family: gill sans;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	}

.names {
	color: #84BB1D;
	background-color: #ECF1F6;
	font-family: gill sans;
	font-size: 18px;
	line-height: 21px;
	text-align: left;
	}

