body {
	background-color: #B6A270;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6A3501;
	background: url(images/back_yellow.jpg);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	list-style: square
}

a {
	color: #850909;
	text-decoration: underline;
}

a:hover {
	color: #1D3450;
	text-decoration: underline;
}

a.nav {
	color: #6A3501;
	font-size: 14px;
	text-decoration: underline;
}

h1	{
	color: #B08426;
	font-size: 30px;
}
h2 {
	font-size: 22px;
}

.note {
	font-size: 14px;
	text-decoration: italic;
}	