body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#BBB39F;
}

.header{
	font-size:14px;
	font-weight:bold;
}

.adminHead{
	font-size:14px;
	margin-left:30px;
	font-weight:bold;
}
.adminTitle{
	font-size:16px;
	margin-left:15px;
	padding-top:10px;
	font-weight:bold;
}

.newsLink {
	font-size:14px;
	color:#990033;
	text-decoration:none;
}

.newsLink:link {
	font-size:14px;
	color:#990033;
	text-decoration:none;
}

.newslink:visited {
	font-size:14px;
	color:#990033;
	text-decoration:none;
}

.newsLink:active{
	font-size:14px;
	color:#990033;
	text-decoration:none;
}

.newsLink:hover{
	font-size:14px;
	color:#000099;
	text-decoration:underline;
}

.back {
	font-size:12px;
	color:#990033;
	padding-left:15px;
	text-decoration:none;
}

.back:link {
	font-size:12px;
	color:#990033;
	text-decoration:none;
}

.back:visited {
	font-size:12px;
	color:#990033;
	text-decoration:none;
}

.back:active{
	font-size:12px;
	color:#990033;
	text-decoration:none;
}

.back:hover{
	font-size:12px;
	color:#990033;
	text-decoration:none;
}

.admin {
	font-size:16px;
	color:#000099;
	font-weight:bold;
	padding-left:15px;
	text-decoration:none;
}

.admin:link {
	font-size:16px;
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}

.admin:visited {
	font-size:16px;
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}

.admin:active{
	font-size:16px;
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}

.admin:hover{
	font-size:16px;
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}

#class_register{
	padding:0 0 20px 0;
}

	#class_register a{
		background:#e0eaf4;
		border:solid #000 1px;
		color:#000;
		font-size:14px;
		font-weight:bold;
		padding:7px 9px;
		text-decoration:none;
		-moz-box-shadow:#000 2px 2px 5px;
		-webkit-box-shadow:#000 2px 2px 5px;
        box-shadow:#000 2px 2px 5px;
	}
	
	#class_register a:hover{
		background:#bccaf7;
	}