body { 
	background-color: #fff;
	color: #000;
	font-family: "helvetica", arial, sans-serif;
    line-height: 1.8em;
}

#content {
    margin: 0px auto;
    width: 1000px;
}

h1 { font-size: 3.5em; letter-spacing: 0.3em;}
a { color: #c00; }
a:visited { color: #c00; }
a:hover { color: #d00; text-decoration: none; }
a:active { color: #d00; text-decoration: none; }

