﻿/* CSS layout */
#masthead {
	font-family: "Kristen ITC";
}
#top_nav {
}
#page_content {
}
#footer {
}
body {
	background-color: #FFFFFF;
}
a:active {
	color: #006600;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #FF00FF;
}
