@charset "UTF-8";
body {
	background-color: #C93;
	width: 500px;
	text-align: left;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
	background-color: #C93;
}
.Instruct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFF;
	background-color: #666;
	background-image: none;
}
.MenuInstruct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}
.ActiveInstruct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #03F;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: 500;
}
.RedInstruct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
}

