.smallblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}

.redheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}


.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.studentnames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 100%;
	border: 0px;

}

.smallblue a:link {color: blue; text-decoration: none; }
.smallblue a:visited {color: blue; text-decoration: none; }
.smallblue a:hover {color: red; text-decoration: underline; }
/*.smallblue a:active {color: red; background-color:#FFCCFF; font-weight:bold; } */

.verdana a:link {
	color: blue;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.verdana a:visited {
	color: blue;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/.verdana a:hover {color: red; background-color:#FFCCFF; text-decoration: underline; }
/*.verdana a:active {color: red; background-color:#FFCCFF; font-weight:bold; } */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

 