.NText {
	font : 10pt Comic Sans MS;
	color : #3B3B3B;
}
.Heading{
	font : bold 10pt Lucida Handwriting;
	color : #344C78;
}
.Chalk{
	font : 10pt Tempus Sans ITC;
	color : #FFFFFF;
}
.Welcome{
	font : 13pt Cooper Black;
	color : #344C78;
}
a{
	font : Comic Sans MS;
	text-decoration : underline;
	color : #344C78;
}
a:link{
	font : Comic Sans MS;
	text-decoration : underline;
	color : #344C78;
}
a:visited{
	font : Comic Sans MS;
	color : #344C78;
	text-decoration : underline;
}
a:hover{
	font : Comic Sans MS;
	color : Black;
	text-decoration : none;
}
a:active{
	font : Comic Sans MS;
	color : Silver;
	text-decoration : none;
}
hr{
	border : dashed;
}
TD{
	font : 10pt Comic Sans MS;
	color : #3B3B3B;
}

#login_box{
background-color: #cccccc;
float: right;
width: 200px;
margin-left: 15px;
border: 1px solid #414141;
padding: 5px;
text-align:right;
margin-bottom: 15px;
}

.login_hl, #login_box a{
font-weight: bold;
line-height: 1.5em;
}