BODY {
	background: #E1CD8B;
	color: #913828;
	/* font-family: Verdana, sans-serif; */
}

A:link { color: red }          /* unvisited link */
A:visited { color: red }        /* visited links */
A:active { color: red }        /* active links */ 

pre { font-family: monospace; } /* browser bug workaround */
/* h1,h2,h3,h4,h5,p,ul { font-family: Verdana, sans-serif; } *//* browser bug workaround */
/* :hover { background: #99CCFF } *//* doesn't work with IE/Mac over HTTP? */
/* #navsite :hover { background: white } */
#footer {
	font-size: 11px;
}
