body { background-color: #F4FFF4;
    color: Black;
    border: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
}
h1 {
    font-family: Arial, "Times New Roman", serif;
    font-size: x-large;
    font-style: italic;
    color: black;
    margin: 15px;
    white-space: nowrap;
}
h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: maroon;
	background-color: transparent;
	margin-right: 18 px;
	text-align: left;
	white-space: nowrap;
}
#menu {
	position: center;
	top: 100 px;
        left: 10 px;
	text-align: center;
	font-size: 10px;
}
#menu a {
	text-decoration: none;
	background-color: #91C8FF;
	font-weight: bold;
	display: block;
	float: left;
	padding: 2.8px;
	width: 100 px;
	margin-right: 2.8px;
	margin-bottom: 2.8px;
	border: 1px solid #000000;
	color: maroon;
}
#menu a:hover {
	background-color: #0033CC;
	color: white;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}