body, font, td, b, i, input, button, submit {
	font-family: Verdana, Arial, Geneva;
	color : black;
	font-size : 10px;
}

a, a:ACTIVE, a:LINK, a:VISITED {
	text-decoration : none;
	color : black;
}
a:HOVER {
	text-decoration : underline;
	color : black;
}

h1 {
	font-family: Verdana, Arial, Geneva;
	color : black;
	font-size : 14px;
	font-weight : bold;
}

h2 {
	font-family: Verdana, Arial, Geneva;
	color : black;
	font-size : 11px;
	font-weight : bold;
}

.admin {
	color: green;
}
