/* CSS Document */
/* navigation links */
a.nav:link {
	color: #AAAAAA;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}
a.nav:visited {
	text-decoration: none;
	font-size: 16px;
	color: #AAAAAA;
	padding: 20px;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	padding: 20px;
	font-weight: bold;
}
a.nav:active {
	text-decoration: none;
	color: #f5e9cc;
	padding: 20px;
	font-weight: bold;
}

/* light text links (light text, dark background) */
a.lighttext:link {
	color: #F3D31D;
	font-weight: bold;
}
a.lighttext:visited {
	color: #F3D31D;
	font-weight: bold;
}
a.lighttext:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a.lighttext:active {
	text-decoration: none;
	color: #EEEEEE;
	font-weight: bold;
}
/* darktext links (dark text on light background) */
a.darktext:link {
	color: #330033;
	text-decoration: none;
	font-weight: bold;
}
a.darktext:visited {
	text-decoration: none;
	color: #330033;
	font-weight: bold;
}
a.darktext:hover {
	text-decoration: underline;
	color: #663333;
	font-weight: bold;
}
a.darktext:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
