* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #E0DFB1;
	color: #535233;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#menu li {
	list-style-type: none;
}
#menu a {
	float: left;
	padding: 10px;
	font-variant: small-caps;
	font-size: 16px;
}
#menu .bottom {
	border-bottom: 2px dotted #A5A36C;
}

.clear {
	clear: both;
}

a {
	color: #951F2B;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 5px;
}

table {
	border: 0px;
	font-size: 12px;
	margin: 5px;
	margin-top: 20px;
}
table th, table td {
	padding: 4px;
}

.unimportant {
	color: #996;
}
.center {
	text-align: center;
}

.notice {
	color: #F00;
}

.small {
	font-size: 10px;
}

table tr:hover {
	background-color: #F5F4D7;
}

#search {
	margin: 10px;
}
#search input {
	background: #CC9;
	border: 1px solid #535233;
}

ul {
	padding-left: 20px;
}
ul li {
	list-style-type: square;
}
acronym {
	border-bottom: 1px dotted;
}
