@charset "utf-8";

body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	font-size:12px;
	background: #fff url(none); }

body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000; }

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000; }
	
h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1em; font-weight:bold; }

a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
	
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") "; }
