BODY {
font-size : 1em; 
font-family : Georgia, Times New-Roman, Serif; 
font-weight : normal; 
color : #ffffff; 
background-color : #9a0034;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

a:link {
  color: white ;
  background-color: transparent ;
  text-decoration: underline ;
}

A:visited {
  color: #C0C0C0 ;
  background-color: transparent ;

}

A:hover {
  color: red ;
  background-color: transparent ;
  text-decoration: underline ;


H1 {
font-family : Georgia, Times New-Roman, Serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #ffffff; 
background-color : transparent; 
}

p {
font-size : .9em; 
font-family : Georgia, Times New-Roman, Serif; 

}

.smalltext {
font-family : Georgia, Times New-Roman, Serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}


.smalltext a:link{
font-family : Georgia, Times New-Roman, Serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Georgia, Times New-Roman, 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 : Georgia, Times New-Roman, Serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Georgia, Times New-Roman, Serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Georgia, Times New-Roman, Serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Georgia, Times New-Roman, Serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

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

.white {
  background-color : #990000;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #450000;
}

.bg_medium {
  background-color : #660000;
}

.bg_light {
  background-color : #9a0034;
}

.alt_bg_dark {
  background-color : #450000;
}

.alt_bg_medium {
  background-color : #660000;
}

.alt_bg_light {
  background-color : #9a0034;
}

.copyright {
    font-size: .4em;
    text-align: center;
}
