body {
	font-family: Verdana;
	color: #000;
	background-color: #f1dfb9;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
h1{
    font-size: 1.5em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1.0em;
	margin: 0px 0px -10px;
	padding: 0px;
}
img {
	border: 0px;
}
a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color:#000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
	cursor:pointer;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.main {
	width: 800px;
}
.header {
	width: 750px;
}
