/* CSS Document */

a.navbar2:link {
	color: #FFFFCC;
	font-weight: normal;
	text-decoration: none;
}
a.navbar2:visited {
	color: #FFFFCC;
	font-style: normal;
	text-decoration: none;
}
a.navbar2:hover {
	color: #33FFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.navbar2:active {
	color: #0099FF;
	text-decoration: none;
}
