.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}
body {
	background-color: #999;
	text-align: center;
}
