body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div, p, ul, dl, label {
	font-size: 85%;
}

h1 {
	color: #c00;
	font-size: 150%;
	font-weight: bold;
	margin-top: 0.67em;
}

h2 {
	color: #03c;
	font-size: 110%;
	font-weight: normal;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

li {
	display: inline;
	list-style-position: outside;
	list-style-type: none;
	padding-right: 1em;
}

dl {
	margin-top: 0em;
	margin-bottom: 0em;
}

dt {
	color:#03c;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.5em;
}

dd {
	margin-left: 0;
}

.entrydetails {
	color: #c00;
	font-size: 68%;
	margin-top: 0.5em;
	margin-bottom: 3em;
}

label, input {
	display: block;
	width: 276px;
}

label, button {
	margin-top: 0.5em;	
}

textarea, input {
	font-size: 85%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea {
	display: block;
	width: 415px;
	height: 156px;
	margin-bottom: 1em;
}

small {
	font-size: 78%;
}