/*
 * style sheet
 */

body {
	background-color: #660000;
	text-align:center;
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content {
	text-align: left;
	width: 860px;
	margin: auto;
	padding:20px 0 0 0;
	color: white;
	background-color:black;
	border:2px solid #844
}

/*
 * main comes after the banner
 */

div#main {
	width:820px;
	padding:0px 20px 10px 20px;
	border:0;
	margin:auto;
	}

/* increase leading for text but not for headings */

p { line-height:1.3em }
li { line-height:1.5em }

h1, h2 {	padding:0;
	margin:0
}

h1,h2,h3,h4 { color:#f44 }

/*
 *
 */

a:link	{color: #c44 }
a:visited	{color: #c44 }
a:active	{ } 
a:hover	{color: #f44 }

/*
 * define normal text weight
 */

address {	font-size: small;
	font-style: normal }

/*
 * define heading styles
 */

h1 {	font-size: xx-large;	font-weight: normal }
h2 {	font-size: large;	font-weight: 500 }
h3 {	font-size: medium;	font-weight: bold }
h4 {	font-size: medium;	font-weight: bold }
h5 {	font-size: small;	font-weight: normal }
h6 {	font-size: small;	font-weight: 550 }
