.text {
	font-family: Comic Sans MS, Zapf Chancery, cursive;
	font-size: 10pt;
}

.small {
	font-family: Comic Sans MS, Zapf Chancery, cursive;
	font-size: 8pt;
}

.header {
	font-family: Comic Sans MS, Zapf Chancery, cursive;
	font-size: 12pt;
	font-weight: bold;
}

.link {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.link:hover {
	color: red;
}

.smalllink {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.smalllink:hover {
	color: red;
}
	
.admintext {
	font-family: Verdana;
	font-size: 10pt;
}

.adminhead {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.adminlink {
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	color: black
}

.adminlink.hover {
	color: red;
}