.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-align: justify;
	white-space: normal;
	vertical-align: top;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	background-color: #FFCC99;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	white-space: normal;
	vertical-align: text-bottom;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: center
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: left
}
.text A {
	color: blue;	
	}
.text A:hover {
	color: red;
	}


