/*
CSS for wildolive
*/

body {

font-family: Verdana, Arial, Helvetica, sans-serif;

 
#repeated wall 
	background-color: #FFFFCC;
background-image: url(images/pagetools/kotelback820.jpg);
background-repeat: repeat-y 

}

# wrapper {
  width: 800px;
  position: relative;
  left: 50%;
  margin-left: -400px;
  
  }

.setwidth {
 width: 800px;
 }
 
h1 {
font size: x-large;
}

h2 {
font size: medium;
}

li {
font size: small;
}

body, td, th, h3, h6 {
	color: #660000;
}

h1, h2, h4, h5 {
  color: #660000;
}

.quote {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	color: #000000
	}
	blockquote.quote {
	}

a {
/*   font weight:bold; 
*/
	color: black;
}
a:link {
   color: black;
   }
   
{
a:visited {
   color: gray;
   }
   
{
a:hover {
   text-decoration: none;
   color: white;
   background-color:#333333;
   } 
     
{
a:active {
   color: black;
   background-color:white;
   }   