BODY {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F1E9D2;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #F1E9D2;
}
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #F1E9D2;
}

p {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F1E9D2;
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #44391D;
}

.bg_medium {
  background-color : #44391D;
}

.bg_light {
  background-color : #44391D;
}

.alt_bg_dark {
  background-color : #44391D;
}

.alt_bg_medium {
  background-color : #44391D;
}

.alt_bg_light {
  background-color : #44391D;
}

.copyright {
    font-size: .8em;
    text-align: center;
	color: "#44391D";
}

a {
	color: #E7DFC8;
	text-decoration: underline;
}
a.hover {
	color: #E7DFC8;
	text-decoration: none;
}
a.visited {
	color: #E7DFC8;
	text-decoration: underline;
}