BODY {
	color : Black;
	background-color : #ffffff;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
}
.title{
	background-color:#ffffff;
}

A:link {
	font: bold 10pt arial;
	color : purple;
	text-decoration : none;
}
A:visited {
	font: bold 10pt arial;
	color : purple;
	text-decoration : none;
}

A:HOVER {
	font: bold 10pt arial;
	color : #ff0000;
	text-decoration : none;
}
A:active {
	font: bold 10pt arial;
	color : #ffff00;
	text-decoration : none;
}
h1{
	font: bold 18pt arial; color: #00ff00; background-color: purple; text-align: center;
}
h2{
	font: bold 14pt arial; color: #00ff00; background-color: purple; text-align: center;
}
h3{
	font: bold 12pt arial; color: black; text-align: center;
}
h4{
	font: bold 12pt arial; color: purple; text-align: left; background-color: #00ff00;
}
h5{
	font: bold 10pt arial; color: black; text-align: left;
}

td{
	font: bold 10pt arial; color: black;
}
th{
	font: bold 10pt arial; color: black; text-align: left;
}
textarea{
		 font: bold 9pt arial; color: black;
}
textarea.score{font: bold 9pt arial; color: black; text-align: center;}

p{font: bold 10pt arial; color: black;}
li{font: bold 10pt arial; color: black;}
hr{size:1; color: purple;}
.green{color: purple; background-color: #00ff00;}
.border{border-width:thin;border-color:black;}