BODY {
	background-color : #144921;
	margin : 5px;
	padding : 5px;
}

A {
	color: #8B0B04;
	text-decoration: none;
}

A.menu {
	color: #EFBA52;
}

A.activepage {
	color: #FFF1B6;
}

A:HOVER {
	text-decoration : underline;
	color: #8B0B04;
}

A.menu:HOVER {
	text-decoration : underline;
	color: #FFF1B6;
}

TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}


.title {
	color: #144921;
	font-family : Times New Roman,Times,serif;
	font-size: 18px;
	font-weight: bold;
}

.subtitle {
	font-size: 14px;
	color: #8B0B04;
	font-weight: bold;
	font-family : Times New Roman,Times,serif;
}

.menu {
	font-size : 17px;
	font-family : Times New Roman,Times,serif;
}

.activepage {
	font-size : 17px;
	font-family : Times New Roman,Times,serif;
	color: #FFF1B6;
}

.tagline {
	color: #8B0B04;
	font-size : 20px;
	font-style: italic;
	font-weight: bold;
	font-family : Times New Roman,Times,serif;
}

img {
	border-color: #8B0B04;
}
