.bighead {
	font-family: "Courier New", Courier, mono;
	font-size: xx-large;
	font-weight: bold;
}
.subhead {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-weight: bold;

}
.minorhead {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-weight: bold;

}
.teext {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	text-decoration: none;

}
body {
	background-image: url(../grids/multigrid.gif);
	background-repeat: repeat;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	color: #00CC00;
	text-decoration: underline;
}
.samllertxt {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
}
a.directory:link {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	font-weight: bold;
	color: #003399;
}
a.directory:visited {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.directory:hover {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
a.directory:active {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	font-weight: bold;
	color: #009999;
}

