/* CSS Document */



h1    { font-family: Georgia; font-size: 14px; color: white; font-weight:normal; }
h2     { font-family: Georgia; font-size: 16px; color: rgb(105,80,82);  font-weight: bold;}
h3   { font-family: Georgia; font-size: 12px; color: rgb(105,80,82); font-weight:bold; }
h4   { font-family: Georgia; font-size: 12px; color: rgb(105,80,82); font-weight:normal; }

td  { font-family: Georgia; font-size: 12px; color: rgb(105,80,82); font-weight:normal; }


a:link {
	color: rgb(105,80,82);
	text-decoration: underline;
	font-family: Georgia; 
	font-size: 12px;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: rgb(156,133,135);
	font-family: Georgia; 
	font-size: 12px;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: rgb(156,133,135);
	font-family: Georgia; 
	font-size: 12px;
	font-weight:bold;
}

body {background-color: rgb(156,133,135);}


