/* CSS Document */

h1 {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	}

p {
color: #000066;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 14px;
text-decoration: none;
}

body {
	background-color: #999999;
}

.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

