/* Default CSS Stylesheet for a new Web Application project */

A:link
{
	color: black;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	text-decoration: underline;
}	
		
A:visited	{	
	color: black;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	text-decoration: underline;
	}	
		
A:active	{	
	color: black;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	text-decoration: underline;
	}	
		
A:hover
{
	color: black;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	background-color: #ffcc00;
	text-decoration: none;
}
	
a.navLink:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: 700;
}
a.navLink:visited 
{
	color: #FF0000;
	text-decoration: none;
	font-weight: 700;
}
a.navLink:hover 
{
	color: #FF0000;
	text-decoration: underline;
	font-weight: 700;
}

a.altLink:link
{
	font-weight: 700;
	color: azure;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	text-decoration: none;
}
a.altLink:visited 
{
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	color: azure;
	text-decoration: none;
	font-weight: 700;
}
a.altLink:hover
{
	font-weight: 700;
	color: azure;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	text-decoration: underline;
}

a.navLink:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: 700;
}
a.navLink:visited 
{
	color: #FF0000;
	text-decoration: none;
	font-weight: 700;
}
a.navLink:hover 
{
	color: #FF0000;
	text-decoration: underline;
	font-weight: 700;
}

a.altLink:link
{
	font-weight: 700;
	color: azure;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	text-decoration: none;
}
a.altLink:visited 
{
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	color: azure;
	text-decoration: none;
	font-weight: 700;
}
a.altLink:hover
{
	font-weight: 700;
	color: azure;
	font-family: Arial, Helvetica, 'Microsoft Sans Serif';
	text-decoration: underline;
}
