html, body, h1, h2, h3{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	margin: 15px;
	font-size: medium;
}

h1{
	text-align: center;
	font-size: 165%;
}

h2{
	font-size: 130%;
	padding-bottom: 3px;
	border-bottom: 1px dotted black;
}

#author{
	font-size: .9em;
	font-style: italic;
	text-align: center;
	margin-top: 4px;
}

/*****************************
 Special cases
******************************/
body.ie6 h1, body.ie6 h2, body.ie6 h3, body.ie6 h4,  body.ie6 h5,  body.ied6 h6,
body.ie7 h1, body.ie7 h2, body.ie7 h3, body.ie7 h4,  body.ie7 h5,  body.ied7 h6{
	font-weight: normal;
}

body.alternative-fonts{
	font-family: "New Century Schoolbook", "Century Schoolbook", Georgia, sans-serif;
}

