body {
	text-align: center;
}

body H1 {
	width: 90%; 
	text-align: left; 
	font-family: verdana, arial;
	font-weight: 600;
	color: #000000;
	margin:0px auto;
	margin-bottom: 0px;
	border:2px solid #333;
	border-bottom: 0px;
	padding:8px 15px 8px 15px;
	background-color: #AA0000;
}

body div#content { 
	width: 90%; 
	text-align: left; 
	font-family: verdana, arial;
	font-size: 0.9em;
	line-height: 1.3em;
	margin:0px auto;
	margin-top: 0px;
	padding:5px 15px 15px 15px;
	border:2px dashed #333;
	border-top: solid 2px #333;
	background-color:#eee;
}

body div#content A {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

body div#content A:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

body div#content H2 {
	margin-top: 0.1em;
	margin-bottom: 5px;
	font-family: verdana, arial;
	font-size: 1.1em;
	font-weight: 600;
}

body div#content img {
	border: 0px;
	vertical-align:bottom;
	clear:both;
}

body div#menu {
	width: 90%; 
	margin:0px auto;
	text-align: center; 
	font-family: verdana, arial;
	font-size: 0.8em;
	border:0;
	background-color:#fff;
}

body div#menu a{
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}

body div#menu a:hover{
	text-decoration:underline;
	color: #990000;
}
