/* CSS Document */
 body {background-color:#333333}
 
 .text {
	font-family:Gill Sans Mt, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
    color: #313031;
	text-decoration:none;
}
 
.links {
	font-family:Gill Sans Mt, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
    color: #313031;
	text-decoration:underline;
}

.header {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
    color: #313031;
	text-align:center;
}