body {
	font-family: times,serif;
	font-size: 12px;
	color: black;
	background: white;
}
a:link {
	color: #339999;
	text-decoration: none;
}
a:visited {
	color: #9966ff;
	text-decoration: none;
}
a:hover {
	color: #ff6699;
	text-decoration: underline;
}
a:active {
	color: #ffcc33;
	text-decoration: none;
}
h1 {
	text-align: left;
}
h3, h4 {
	text-align: center;
}
.blue {color: blue;}
.wheatbg {background: wheat;}
.perubg {background: peru;}
.silverbg {background: silver;}
