/*
navLnksGen.css
--------------
Style sheet navigation links

*/

/* 3.1. Navigation - general */
/* ------------------------- */
a {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
}

a:hover {
	color: #00F;
}
