body {
	background: #C0C0C0;
	color: #000000;
	padding: 5px;
	margin: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	border-bottom: 4px solid #007000;
	padding-bottom: 1px;
}
h2 {
	border-bottom: 2px solid #007000;
	padding-bottom: 1px;
}
a:link, a:visited {
	color: #000070;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #00FF00;
	font-weight: bold;
}

