body {
	color: white;
	font-family: verdana;
}

a {
	color: white;
	font-family: verdana;
}

a.news {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.news:hover {
	text-decoration: underline;
}

p.newsDate {
	margin-left: 5;
        margin-top: 5;
        margin-right: 5;
        margin-bottom: 5;
	color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

p.newsBody {
	margin-left: 15;
        margin-right: 5;
        margin-top: 0;
}

p.quiz {
	color: white;
	font-family: verdana;
	font-size: 12px;
	margin-left: 5;
}

.myInput {
	color: white;
	font-family: verdana;
	font-size: 12px;
}

 .b1 {
	 font-family: verdana;
	 font-size: 8pt;
	 border-color: white;
	 border-width: 1px;
	 color: white;
	 background-color: #11305C;
	 height: 17;
	 cursor: hand;
 }

 a.menu {
 	font-size: 10px;
 	font-family: verdana;
 	text-decoration: none;
 	font-weight: bold;
 }