.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 50px;
}
.subhed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	letter-spacing: -.05em;
}
.back {
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
}

a:link { 
	color: #fff21b;
	}
a:visited { 
	color: #fff21b;
	}
a:hover { 
	color: #fff21b;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #fff21b;
	}
