html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 4;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6F0000; 
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 760;
}

A { text-decoration: none; }
A:hover { text-decoration: underline; }

.med { font-size : 14px; }
.reg { font-size : 12px; }
.small { font-size : 10px; }
.smaller { font-size : 9px; }
.smallest { font-size : 8px; }

.white { color: white; }
.black { color: black; }
.red { color: red ; }
.bold { font-weight: bold; }
.padded { padding-left: 8px; padding-right: 8px; }

.navlink {
	font-size: 10px;
	color: #6F0000;
	text-decoration: none;
	letter-spacing: 1px;
}
.navlink:hover {
	color: black;
	text-decoration: none;
}
