BODY {
	background-color: Black;
	padding: 0;
}

H1 {
	font-family : Garamond, serif;
	font-size : x-large;
	font-style : italic;
	font-weight : bold;
	color : #63421F;
}

H2 {
	font-family : Garamond, serif;
	font-size : large;
	font-style : normal;
	font-weight : bold;
	color : #63421F;
}

H3 {
	font-family : Garamond, serif;
	font-size : medium;
	font-style : italic;
	font-weight : bold;
	color : #63421F;
}

p, ul, li {
	font-family : Garamond, serif;
	font-size : medium;
	color : #63421F;
}

.news {
	border : thin solid #63421F;
	background-color : #F7B76B;
	margin : 10px 10px 10px;
	padding : 0px 10px 0px 10px;
}

.quote {
	font-family : Garamond, serif;
	font-size : medium;
	font-style : italic;
	color : #63421F;	
}

.small {
	font-family : Garamond, serif;
	font-size : small;
	font-style : italic;
	color : Black;
}

.note {
	font-family : Garamond, serif;
	font-size : small;
	color : Black;
}

a {
	text-decoration : none;
	color : #B22222;
}

a:Visited {
	color : #C65208;
}

a:Hover {
	text-decoration : underline;
}


