/* CSS Document */
.main_header_text {font-size: large}
a:link {
	color: #FFCC66;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFF99;
}
a:active {
	color: #FFFF00;
}

.orange {color: #EE4626}

.home_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
}

