BODY, TD {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	background-color : #FFF5EE;
	font-size : 14px;
}

H1 {
	font-size: 200%;
	color : Maroon;
	font-weight : bold;
	text-align : center;
	margin-top : 30px;
}

H2 {
	font-size: 140%;
	color : Maroon;
	font-weight : bold;
}

H3 {
	font-size: 120%;
	color : Maroon;
}

A {
	color: Maroon;
}

A:Link {
	text-decoration: underline;
	color: Maroon;
}

A:VISITED {
	text-decoration: underline;
	color: #D2691E;
}

A:Hover {
	text-decoration: underline;
	color: Red;
}

HR {
	color: Black;
	height: 1pt;
}

P.nav-bar1 {
	background-color: #FFE4B5;
	border: medium solid #E9967A;
	padding: 1%;
	text-align: center
}

P.nav-bar1 A:link {
	color: Maroon;
	text-decoration: underline;
}

P.nav-bar1 A:hover {
	background-color: Maroon;
	color: White;
	text-decoration: none
}

P.nav-bar2 {
	background-color: #FFEBCD;
	border: thin solid #E9967A;
	padding: 1%;
	text-align: center
}

P.nav-bar2 A:link {
	color: Maroon;
	text-decoration: underline;
}

P.nav-bar2 A:hover {
	background-color: Maroon;
	color: White;
	text-decoration: none
}

.Sidebar {
	background-color : #FFE4B5;
	font-size : 80%;
}

