.topbar {
	background-color: Black;
	font-family: Tahoma;
	font-size: 10px;
	color: White;
}
.body {
	background-color: #FFEBCD;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: Black;
}
.form {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: Black;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: Black;
	background-color: #FFEBCD;
}
.menu {
	background-color: Teal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: White;
}
H1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: Black;
}
H2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: Black;
}
H3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: Black;
}
HR {
	color: Maroon;
}