.Buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0e6cc;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d4c398;
}
.Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c3c11;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
a:active {
	color: #663300;
	text-decoration: underline;
}


A.buttons:link {text-decoration: none; color: #f0e6cc;}
A.buttons:visited {text-decoration: none; color: #f0e6cc;}
A.buttons:active {text-decoration: none; color: #f0e6cc;}
A.buttons:hover {text-decoration: underline; color: #d4c398;}
A.footer:link {text-decoration: none; color: #f0e6cc;}
A.footer:visited {text-decoration: none; color: #f0e6cc;}
A.footer:active {text-decoration: none; color: #f0e6cc;}
A.footer:hover {text-decoration: underline; color: #d4c398;}
