body {
	font-family: Arial, Helvetica, sans-serif;background-color: black
}
p {color: white; font-family: "Comic Sans MS";font-size: 90%}

.head {color: #ff0033 ; font-size: 200%; font-family: "Comic Sans MS"}

.menu {
	color: white;
	background-color: #CC99FF;
	text-align: center;
	margin: 1px;
	padding: 3px;
	clear: none;
	float: none;
	height: 31px;
	width: 85%;
	background-position: center center;
	vertical-align: baseline;
	font-family: "Comic Sans MS";
	border: thin solid black;
	font-size: 16px;





}

a:link {
	color: white;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
a:visited {
	color: white;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
a:hover {
	color: yellow;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
a:active {
	color: white;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
.purple {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #9900cc;
	font-weight: bold;

}
.white {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
}
.purple2 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #9900CC;
}
