body {background-color: #fefef8;}

#container {
	margin: 50px auto;
	position: relative;
	width: 600px;
	color: #fefef8;
	
}

.copyright {  font-family: Georgia, serif; font-size: 10px; color: #333333;}
.text-home {  font-family: Georgia, serif; font-size: 14px; line-height: 17px; color: #333333;}

.text {  font-family: Georgia, serif; font-size: 11px; line-height: 15px; color: #333333;}
.hed {  font-family: Georgia, serif; font-size: 12px; font-weight: bold; color: #333333;}
.subhed {  font-family: Georgia, serif; font-size: 11px; font-style: italic; color: #333333;}
.title { font-family: Georgia, serif; font-size: 24px; color: #333333;
}


a:link {color: #00cccc; text-decoration: none}
a:visited {color: #00cccc; text-decoration: none}
a:hover {color: #ffcc66;}
a:active {color: #00cccc;}

