/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

A:link
{
	color: #ffffff;
	text-decoration: none;
}	
		
A:visited
{
	color: #ffffff;
	text-decoration: none;
}	
		
A:active
{
	color: #99ff33;
	text-decoration: none;
}	
		
A:hover
{
	color: #ffff66;
	text-decoration: underline;
}
A
{
	font-size: 13px;
	color: #ffffff;
}

