/* Inspired by Eric S. Raymond's Home Page stylesheet:
 * http://www.catb.org/~esr/sitestyle.css
 */

body {
	margin:0;
	padding:0;
	font-size: small;
	font-style: normal;
	font-weight: 300;
	color:#333;
	background-color: #fffff0;
}
p {
	margin:0 0 1em 0;
	padding:0;
}

h1 {
	font-size: x-large;
	margin-bottom: 0.25ex;
}

h2 {
	font-size: large;
	margin-bottom: 0.25ex;
}

a {
	text-decoration:none;
	color: black;
	font-size: small;
	font-style: normal;
	font-weight: 600;
	margin-right: 10px;
}

body sup a {
	font-size: xx-small;
	color: red;
}

a:hover {
	/*background-color:#ccc;*/
	color: red;
}

#header {
	padding-top: 4px;
	font-weight:600;
	font-size: x-large;
	margin:20px 0 10px 0;
	border-width:0;
	color: red;
	/*background-color:#eee;*/
}

.content {
	width: 80%;
	margin: 0 auto;
	max-width: 30rem;
}
.footer {text-align: center;}
  
