/* Navbar */
A.nav 			 { color: black; text-decoration: none }
A.nav:visited 	 { color: #00afff; text-decoration: none }
A.nav:hover 	   { color: #00afff; text-decoration: none }
A.nav:active 	  { color: #00afff; text-decoration: none }
.small		{ color: #000000; font-size: 10px; font-family: Verdana }
.small:visited     { color: #000000; font-size: 10px; font-family: Verdana; text-decoration: none }
/* Global Settings */
A 				 { color: black; text-decoration: none }
A:visited 		  { color: black; text-decoration: underline }
A:hover 		 { color: black; text-decoration: none }
A:active 		 { color: black; text-decoration: none }

A.links 		{color: #000000; text-decoration:none}
A.links:visited {color: #000000; text-decoration:none}
A.links:hover 	{color: #ff0000; text-decoration:none}
A.links:active 	{color: #dd0000; text-decoration:none}

