* {
	margin: 0px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
h1 {
	font-size: 36px;
	font-weight: normal;
}
h2 { 
	font-size: 16px;
	margin-bottom: 5px;
}
h3 { 
	font-size: 36px;
	color: #FF9900;
	margin-top: 25px;
}
h4 { 
	font-size: 16px;
	color: #FF9900;
}

a {
	color: #444444;
	font-weight: bold;
	line-height: 1.5em;
}
a:visited { 
	color: #FF9900;
}

#col1 {
	display: block;
	width: 20%;
	float: left;
}
#col2 {
	display: block;
	width: 40%;
	float: left;
}

.mybody {
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}