body {
font-size:62.5%; /* sets default text to approx. 10pt big, then 1.1em = 11pt*/
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000;
}

#content {
font-size: 1.2em;
}
h1, h2 {
font-size: 1.6em;
color: #CC6600;
}

h3 {
font-size: 1.3em;
font-weight:bold;
}

h4 {
font-weight: bold;
margin:10px 0 0 0;
padding:0;
}

a:link, a:visited {
	font-weight: normal;
	color: #CC6600;
	text-decoration: underline;
}

a:hover, a:active {
	font-weight: normal;
	color: #CC3300;
	text-decoration: underline;
}

ul.nobullets {
list-style-type:none;
}

ul.nogap {
padding:0;
margin:0;
}

ul.nogap li {
margin-top: 10px;
}


