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

h1,h2 {text-align: left; }

a:link { color: rgb(50, 50, 185); } /* for unvisited links */
a:visited { color: rgb(0, 0, 125); }  /* 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: 0; }

.center {text-align: center; }

.date {
	font-style: italic;
	font-size: small;
	}

#wrapper {
	width: 650px;
	position: relative;
	left: 50%;
	margin-left: -325px;
	}

#maincontent {
	width: 430px;
	float: left;
	padding-right: 10px;
	}

#sidebar {
	width: 200px;
	float: right;
	padding: 5px;
	background-color: silver;
	}

ul.sidebar {list-style-type: none;}

#footer {
	clear: both;
	}
	


#contact {text-align: right; }

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