/* Default CSS Stylesheet for a new Web Application project */

/* Default hyperlink color */
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}


.av A:link	{	
	text-decoration:	none;
	color:	navy;
	}	
		
.av A:visited	{	
	text-decoration:	none;
	color:	navy;
	}	
		
.av A:active	{	
	text-decoration:	underline;
	color:	#cc3300;
	}	
		
.av A:hover	{	
	text-decoration:	underline;
	color:	#cc3300;
	}
	
	
	/* Class used for homepage links */
.mv A:link	{	
	text-decoration:	none;
	color:	black;
	}	
		
.mv A:visited	{	
	text-decoration:	none;
	color:	black;
	}	
		
.mv A:active	{	
	text-decoration:	underline;
	color:	#cc3300;
	}	
		
.mv A:hover	{	
	text-decoration:	underline;
	color:	#cc3300;
	}
	
	
	/* THE .AS Class is used to set all hyperlinks and fonts on navigation items. When 
      making mods to the front end (public) site, this is where changes should be made. 
      set font color for entire class */
	.as {color: gainsboro }
	
	.as A:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.as A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.as A:active	{	
	text-decoration:	none;
	color:	#ffff66;
	}	
		
.as A:hover	{	
	text-decoration:	underline;
	color:	#ffff66;
	}

.bs A:link	{	
	text-decoration:	none;
	color:	#99ccff;
	}	
		
.bs A:visited	{	
	text-decoration:	none;
	color:	#99ccff;
	}	
		
.bs A:active	{	
	text-decoration:	none;
	color:	#99ccff;
	}	
		
.bs A:hover	{	
	text-decoration:	underline;
	color:	#99ccff;
	}

/* All ordered lists */
LI { color: black }

/* color set for username on login Ex: Hello Myname8 | (SignOut) */
.usr {color: lavender}



