body {
    background-color: white;
    color: black;
    font-family: Palatino, Garamond, serif;
    }

a:link { color: rgb(150, 36, 35); }  /* for unvisited links */
a:visited { color: rgb(167, 53, 52); } /* for visited links */
a:active { color: rgb(255, 0, 102); } /* when link is clicked */
a:hover { color: rgb(0, 96, 255); } /* when mouse is over link */

a img {border:none; }

#wrapper {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	}

#website {
	text-align: right;
	font-size: small;
	}

p.center {text-align: center; }

td {text-align: center; }

td.left {text-align: left; }


#header {
	text-align: center;
	line-height: 1em;
	margin: none;
	border: none;
	padding: none;
	}

#headerbar {
	width: 760px;
	background-color: rgb(150, 36, 35); 
	color: white;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 2.5em;
	margin: none;
	border: none;
	padding: none;
	}




