div#head {
}

h1 {
	font-family: sans-serif;
	margin: 0;
	border-bottom: 5px solid black;
}

em {
	font-family: cursive;
}

div#col1 {
font-family: sans-serif;
float: left;
width: 40%;
}

div#col2 {
font-family: sans-serif;
float:right;
width: 59%;
text-align: right;
}

li {
	background: white;
}

div#footer {
border-top: 5px solid black;
text-align: center;
font-family: sans-serif;
font-style: italic;
clear:both;
}

