<style>
	{ --- General Styles --- }
	body,pre {
		font-family : "Times New Roman", Times, serif;
		font-size : 80%;

	}
	td,th {
		font-family : inherit;
		font-size : smaller;
	}
	a {
		font-family : inherit;
		color: 3E5BA7;
	}
	p {
		font-family : inherit;
		color: inherit;
		font-size : inherit;
	}
	H1 {
		font-family : inherit;
		font-color: 277478;
		font-size : 100%;
		font-weight : bold;
	}
	H2 {
		font-family : inherit;
		font-size : 140%;
		font-color: 277478;
		font-weight : bold;
	}
	H3 {
		font-family : inherit;
		font-size : 180%;
		font-color: 277478;
		font-weight : bold;
		font-style : italic;
	}

	font {
		font-family : inherit;
		font-size : small;
	}

	input,option,select,textarea {
		font-family : inherit;
		font-size : 11px;
	}
	{ --- Menu Styles --- }
	.menu-item { font-weight: bold; text-decoration: none;}
	{ --- Color Styles --- }
	.light-brown { background-color: F7CD88;}
	.medium-brown { background-color: F8C068;}
	.dark-brown { background-color: A05C34; }
	.white { color: ffffff;}
</style>

