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