body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	line-height: 1.4;
	padding: 1em;
}

a {
	color: #0000ff;
	outline: none;
	text-decoration: underline;
}

a:hover, a:active, a:focus { text-decoration: none; }

a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.2;
	padding: 0;
	margin: 1em 0 0.7em 0;
}

h1 { font-size: 185%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4, h5, h6 { line-height: 1.4; font-size: 100%; }
p { padding: 0; margin: 0 0 1em 0; }

ul, ol {
	margin: 0;
	line-height: 1.3;
	font-size: 100%;
}

#content *:first-child { margin-top:0; }

