body {
  font-family: verdana,sans-serif;
  background-color: #eee;
  font-size: 12px;
}
p {
	padding: 0;
	margin: 4px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 4px;
}
h2 a {
	text-decoration: none;
	color: black;
}
h2 a:hover{
	border-bottom: black solid 1px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	border-bottom: 2px dotted red;
}
h3 a {
	text-decoration: none;
	color: black;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 2px;
}
h4 a {
	text-decoration: none;
	color: black;
}
h4 a:hover{
	border-bottom: black solid 1px;
}
#header {
	width: 100%;
	height: 125px;
}
#menu {
	font-weight: bold;
	font-size: 10px;
	width: 750px;
	background-color: #b3b3b3;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu a {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu a:link, 
#menu a:visited, 
#menu a:active {
	color: #000000;
	background-color: #b3b3b3;
}
#menu a:hover {
	color: #000000;
	background-color: #ff5555;
}
#footer {
	font-size: 10px;
	width: 100%;
	clear: left;
}
a.more {
	float: right;
}
a:link.more,
a:visited.more,
a:active.more {
	color: black;
	text-decoration: none;
	border-bottom: black dotted 1px;
}
a:hover.more {
	color: black;
	text-decoration: none;
	border-bottom: black solid 1px;
}
#main p a {
	color: black;
	text-decoration: none;
	border-bottom: black dotted 1px;
}
#main p a:hover {
	color: black;
	text-decoration: none;
	border-bottom: black solid 1px;
}