/* Default CSS Stylesheet for a new Web Application project */


BODY
{
  
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: +2;
    color: #000000;
   
    text-align: center;
	line-height:normal;	
	background-color:#CC6633;
	
		

}

.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 15px;
	line-height: 16px;
	font-weight: 500;
	color: #000000;
	text-align: left;

}

table
{
width:800;
border-style:none;
padding:3;


}

A:link	{	
	
	color:	#0066cc;
	text-decoration: none;
	font-weight: bold;
	
	}	
		
A:visited	{	
	
	color:	#0066cc;
	text-decoration: none;
	font-weight: bold;
	
	}	
		
A:active	{	
	
	color:	#0066cc;
	text-decoration: none;
	font-weight: bold;
	}	
		
A:hover	{	
	
	color:	#0066cc;
	text-decoration: underline;
	font-weight: bold;
	
	}