body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FDE8A6;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
}
p {
	font-size: 0.9em;
}
h6 {
	font-size: 0.6em;
	font-weight: normal;
	color: #666666;
}

.nav {
	font-size: 0.7em;
	color: #666666;
}

.button {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

a:link {
	color:#0000CC;
	text-decoration:none;
}

a:visited {
	color:#0000CC;
	text-decoration:none;
}

a:hover {
	color:#CC0000;
	text-decoration:none;
}

a:active {
	color:#0000CC;
	text-decoration:none;
}

