BODY {
	font-size : 1.0em;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	color : #4C1125;
	background-color : #E7EDC9;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	
}
<!-- 
.up	{text-transform: uppercase;}
-->

a:link {
	color: #61112C;
	text-decoration: none;
	font-size : 0.9em
}
a:visited {
	text-decoration: none;
	color: #722542;
}
a:hover {
	text-decoration: underline;
	color: #862A4F;
}

H1 {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}
H5 {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 0.7em; 
color : #000000; 
background-color : transparent; 
}
H4 {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 0.6em; 
color : #222222; 
background-color : transparent; 
}
.smalltext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .8em; 
}


.smalltext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

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

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


.largetext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.5em; 
}

.largetext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1em; 
}

.largetext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1em; 
}

.errortext {
  font-size : 1em;
  color : red;
  font-weight : bold;
}

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

.white {
  background-color : #FFFFCC;
  	color : #4C1125;
}

.black {
  background-color : black;
}

.bg_dark {
	background-color : #61112C;
	color: #BEEA8E;
}

.bg_dark a:link {
	color: #BEEA8E;
	text-decoration: none;
}
.bg_dark a:visited {
	text-decoration: none;
	color: #BEEA8E;
}
.bg_dark a:hover {
	text-decoration: underline;
	color: #BEEA8E;
}


.bg_medium {
	background-color : #BEEA8E;
	color: #660000;
  }

.bg_medium a:link {
	color: #BEEA8E;
	text-decoration: none;
}
.bg_medium a:visited {
	text-decoration: none;
	color: #BEEA8E;
}
.bg_medium a:hover {
	text-decoration: underline;
	color: #BEEA8E;
}

.bg_light {
  background-color : #cdb1a5;
}

.copyright {
    font-size: .7em;
    text-align: center;
}
.wrapper {
	border: 1px solid #93A539;
}

.wfu {
	border: 0px solid #ffffff;
	color: #888888;
}

.wfu a:link {
	color: #61112C;
	text-decoration: none;
	font-size : 0.7em;
}
.wfu a:visited {
	text-decoration: none;
	color: #61112C;
	font-size : 0.7em;
}
.wfu a:hover {
	text-decoration: underline;
	color: #61112C;
}


