
BODY {
	background-color: White;
	margin-left: 5%;
	margin-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1 em;
}
A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	color: White;
	background-color: #0000FF;
}
	
h1 {
	font-size: 2 em;
	font-weight: bolder;
	color: Red;
	text-align: center;
}
h2 {
	font-size: 1.6 em;
	font-weight: bold;
	text-align: center;
	
}
h3 {
	font-size: 1.3 em;
	font-weight: bold;
	text-align: center;
}
.menutxt{
	font-size: xx-small;
	text-align: center;
}
.quote {
	margin-left: 5%;
	margin-right: 5%;	
	text-align: justify;
	font-size: 0.9 em;

	
}
