body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}
#container {
	width: 500px;
	margin-left: -250px;
	position: relative;
	left: 50%;
	top: 10px;
}
#container  img {
	padding: 3px;
	border: 1px solid #cccccc;
}
h1 {
	font-weight: bold;
	color: #999999;
	font-size: 400%;
	font-style: normal;
	letter-spacing: -5px;
}
h2 {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size:150%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
}
h4 {
	font-size: 80%;
	font-style: italic;
	color: #333333;
	padding-left: 1em;
}
p a:link {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
p a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
p a:visited {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
	color:#666666
	font-weight: bold;
	font-weight: bold;
	color: #666666;
}
#container .accent {
	background-color: #ebebeb;
	font-weight: bold;
}
li {
	list-style-position: inside;
	list-style-type: none;
}
