body, table {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 10pt;
}
body {
    background-color: #eeeeee;
    text-align: center;
}
img {
    border: 0;
}
a {
    color: #AF1A06;
    text-decoration: none;
}
a:hover {
	color: #AF1A06;
    text-decoration: underline;
}
#content {
	margin: 2em auto 0 auto;
	text-align: left;
	border: solid 1px #cccccc;
	padding: .5em 1em;
	background-color: #ffffff;
	width: 50em;
}

#caption {
	font-size: 85%;
}

#footer {
	padding: .5em 1em;
	font-size: 85%;
}
h1 {
	font-size: 120%;
	color: #AF1A06;
}
h2 {
	font-size: 110%;
	color: #5F1A11;
}
ul {
	list-style-type: square;
	margin-left: 0;
	padding-left: 2em;
}


ol.lower-alpha { 
	list-style-type: lower-alpha;
}



