/* CSS Document */
/* yellow color - #e8ca8f, #fadf00*/
/* green color = #1f3425  */
/* brown color = #763722*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #1F3425;
	color: #763722;

}

td {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

a:link {
	color: #1f3425;
	text-decoration: underline;
}

a:visited {
	color: #1f3425;
	text-decoration: underline;
}

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

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.white {
	color: #FFFFFF;
}
.smaller {
	font-size: xx-small;
}
