@charset "utf-8";
/* CSS Document */

a:link,
a:active,
a:visited {
	color: #00C;
}

a:hover {
	color: #C00;
}

.navTab a:link,
.navTab a:active,
.navTab a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.navTab a:hover {
	font-weight: bold;
	color: yellow;
	text-decoration: underline;
}

.adminOption a:link,
.adminOption a:active,
.adminOption a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.adminOption a:hover {
	font-weight: bold;
	color: yellow;
	text-decoration: underline;
}

