﻿/* CSS layout */
#masthead {
}
#top_nav {
}
#page_content {
}
#footer {
}
.footer {
	font-family:"Century Gothic", Arial, sans-serif;
	font-size: xx-small;
	text-align: center;
}
#bodytext {
}
.bodytext {
	font-size:small;
	color:white;
}
a:link{
	color:#CCFFFF;
	text-decoration: none;
}
a:active{
	font-weight: bold;
	text-decoration:none
}
a:visited{
	color:#FFFF99;
	text-decoration:none
}
a:hover{
	color:#FFFF99
}
h2{
	font-size:x-large
}