body {
	margin: 30px;
	
	background-color: #ffffff;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	color: #000000;
	font-size: 12px;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */



a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

h1
{
	color: #ffffff;
	background: #eeee00;
	padding: 10px;
}

pre
{
	background: #eeeeee;
	padding: 10px;
}


h1
{
	font-size: 28px;
	margin: 0;
}

h1 em
{
	font-size: 18px;
	font-weight: normal;
	vertical-align: top;
}

