.menu01 {
	font-family: "Lucida Grande", sans-serif, monospace;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
.body01 {
	font-family: "Lucida Grande", sans-serif, monospace;
	font-size: 16px;
	font-weight: lighter;
	background-color: #FFFFFF;
}
.smallhead01 {
	font-family: "Lucida Grande", sans-serif, monospace;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	background-color: #ff33cc;
}
.body02 {
	font-family: "Lucida Grande", sans-serif, monospace;
	font-size: 18px;
	font-weight: lighter;
	background-color: #CCCCCC;
}
.bodylight {
	font-family: "Lucida Grande", sans-serif, monospace;
	font-size: 12px;
	font-weight: lighter;
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover {
	background-color: ff33cc;
}
a:active {
	background-color: #ff33cc;
}
