body {
	color: #0099FF; 
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	/*background:#ddd;*/
	padding:0px;
	margin:10px;
	}
	

		
	/*  fonts */
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Gill Sans", "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2px;
	margin-left: 10px;
	letter-spacing: 1px;
	}
	
 h1	{
	margin-top: 0;
	font-size: large;
}


h3	{
	font-size: medium;      
	}



p	{
	line-height: 150%;
	margin-top: 10;
	margin-bottom: 1em;
        margin-left: 20px;
	}

a:link {
	font-weight : normal;
	text-decoration : underline;
	color: #0099FF;

	background: transparent;
}
	



