body,p,td,th,tr, pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: Black;
	text-decoration: none;
}

A {
	color: Blue;
	text-decoration: none;
}


A:HOVER {
	color: Red;
	text-decoration: underline;
	background : #d3d3d3;
}
.headertext {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:1em;
	color:#62738C;
}
.redwarning {
	color:#FF0000;
	font-size:1.2em;
}
.directory {
	font-size:.8em;
	}
.adminmenu {
	color:#FF0000;
	font-size:.9em;
	}
.selected {
	text-decoration: underline;
	background : #dddddd;
	}
