/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover
{
	color: #339999;
	text-decoration: underline;
}
	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
