/* Default CSS Stylesheet for a new Web Application project */

BODY

{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	background-repeat: repeat;
	font-family: 'Tahoma';
	letter-spacing: normal;
	position: static;
}


A:link
{
	color: navy;
	text-decoration: none;
}	
		
A:visited
{
	color: navy;
	text-decoration: none;
}	
		
A:active
{
	color: navy;
	text-decoration: none;
}	
		
A:hover
{
	color: midnightblue;
}
	
