body {
	color: #333333;
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	line-height: 1.6em;
}

h1 {
	color: #666666;
	
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-size: 198%;	
	font-style: normal;
	font-variant: normal;
	font-weight: bold;

	letter-spacing:0.2em;
		
	text-transform: uppercase;
	
	margin: 5px 5px 0;
	padding: 15px 20px 0.25em;
}

h2 {
	color: #CC6600;
	
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 140%;
	
	line-height: 1.4em;
	
	margin-bottom: 5px;
}

h2 a {
	color: #CC6600;
}

h2 a:hover {
	color: #333333;
}

h2 span {
	color: #999999;
	font-family: Trebuchet, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 45%;
		
	line-height: 1.4em;
	letter-spacing: 0.2em;
	
	text-transform: uppercase;
	
	display: block;
}

a {
	color: #5588AA;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
}

ul li {
	list-style-type: none;
}

h2+p {
	margin-top: 5px;
}
