body, div, ul, li, input, img, h1, h2, h3, select, option, p, a {
	color: #331100;
	margin: 0px;
	padding: 0px;
	font-family: serif;
	font-size: 10pt;
	border: none 0px;
	}
body {
	background: url(http://aproximation.org/includes/aproximation.png) no-repeat 95% 50px;
	}
h1 {
	font-size: 250%;
	color: red;
	font-style: oblique;
	padding-left: 10px;
	}
h2 {
	display: block;
	font-size: 150%;
	}
ul {
	list-style: none;
	margin: 20px;
	height: 200px;
	}
li {
	padding: 2px 0px;
	font-size: 10pt;
	}
img {
	border: none 0px;
	}
a, a:visited {
	font-size: inherit;
	color: #FF4400;
	text-decoration: none;
	}
a:active, a:hover {
	font-size: inherit;
	color: #FF0000;
	text-decoration: underline;
	}
p {
	margin: 5px;
	}
p:first-line {
	padding-left: 5em;
	font-variant: small-caps;
	font-weight: 700;
	}
