<style type="text/css">

sometag{whatever;}

body {
	margin: 0 10%;
	background-color: #FFF; 
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-family: Arial, sans serif;
}

div#container { 
	margin: 10px;
}

div#banner {
	text-align: left;
}

div#photo {
	float: right;
}

a:link {
	color: #0066B3;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #47006B;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #333333;
}

h2 {
	font-size: 14px;
	color: #333333;
	padding-top: 5px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}


</style>