body {
	font-family: garamond;
	font-size: 16px;
	color: black;
	position: relative;
	top: 1px;
	left: 1px;
	margin-right: 20px;
}

a:link {
	font-size: 16px;
	color: blue;
	text-decoration: none;
}

a:visited {
	font-size: 16px;
	color: blue;
	text-decoration: none;
}
a:hover {
	font-size: 16px;
	color: "#660000";
	text-decoration: none;
}
a:active {
	font-size: 16px;
	color: blue;
	text-decoration: none;
}

.lightheading {
	font-size: 26px;
	font-weight: bold;
	color: "#D0D0D0";
}

.darkheading {
	font-size: 26px;
	font-weight: bold;
}

.heavytext {
	font-size: 16px;
	font-weight: bold;
}

.text {
	font-size: 16px;
}

.comment {
	font-size: 12px;
	text-align: center;
}

.link {
	font-size: 16px;
}

.centeredlink {
	font-size: 16px;
	text-align: center;
}


.piclink {
	font-size: 16px;
	cursor: hand;	
}
	
.bannertext {
	font-size: 34px;
	font-weight: bold;
	color: darkgray;
	text-align: center;
}

a {
	font-size: 16px;
}

li {
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}

.heavycenteredtext {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
