h1 {
	font-size: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
h2 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF6600;
}
li {
	font-size: smaller;
}

#menu {
	font-size: 20px;
}
fieldset {
	padding: 10px;
	background-color: #FFFFCC;
}
legend {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
}


body a:link {
	color: #B35900;
	text-decoration: none;
}
body a:visited {
	color: #643200;
	text-decoration: none;
}


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