/* CSS Document */
<style type="text/css">

ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 24px;
	font-variant: normal;
	font-style: normal;
	margin: 2px 
	}

h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 20px;
	margin: 2px 
	}

h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	margin: 1px 
	}

h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0px 
	}
	
p {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 
	}

</style>
