/* CSS Document */
/*The folllowing control the main non-unique page elements*/

h1{
	font-size: 20px;
	font-weight:lighter;
	color:#b4d5f0;
	font-family:century gothic,Arial, Helvetica, sans-serif;
}
h2{
	font-size: 18px;
	font-weight:lighter;
	color:#f7c314;
	font-family:century gothic,Arial, Helvetica, sans-serif;
	
}
h3{
	font-size:110%;
}
h4{
	font-size:100%;
}
a {
	color: #ffffff;
}
a:hover{
	text-decoration:none;
	color:#ffffff;
}

