div.classroom_form {
	position: relative;
	border: 5px solid #a84343;
	background-color: whitesmoke;
	margin-top: 15px;
	padding: 15px;
	z-index: 1;
	width: 95%;
	font-size: 12pt;
}

img{ border:0; }

font.footer {
	color: grainsboro;
	font-weight: bold;
}

font.blackBold {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

font.redBold {
	font-weight: bold;
	color: #a84343;
	text-decoration: none;
}

font.blueBold {
	font-weight: bold;
	color: royalblue;
	text-decoration: none;
}

a {
	color: royalblue;
	text-decoration: none;
}

a.footer {
	color: #a84343;
	font-weight: bold;
}

a.redBold {
	font-weight: bold;
	color: #a84343;
}

a.blueBold {
	font-weight: bold;
	color: royalblue;
}

a.red14 {
	font-size: 14pt;
	color: #a84343;
}

a.blue14 {
	font-size: 14pt;
	color: royalblue;
}