/* CSS Document */

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000033;
}

a:active {
	text-decoration: underline;
	color: #0000FF;
}

.accentLight { 
	color:#FFFFFF;
}

a.accentLight:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.accentLight:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.accentLight:hover {
	text-decoration: underline;
	color: yellow;
	background-color: #003300;
}

a.accentLight:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.accentLightToo { 
	color:#FFFFFF;
}

a.accentLightToo:link {
	color: yellow;
	text-decoration: underline;
}

a.accentLightToo:visited {
	color: yellow;
	text-decoration: underline;
}

a.accentLightToo:hover {
	text-decoration: underline;
	color: white;
}

a.accentLightToo:active {
	color: white;
	text-decoration: underline;
}