body {
  font-family: 'Vollkorn', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.051em;
  word-spacing: 0em;
  line-height: 1.5em;
}
h1{
  font-family: 'Vollkorn', serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.051em;
  word-spacing: 0em;
  line-height: 1.5em;
}
h2{
  font-family: 'Vollkorn', serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.051em;
  word-spacing: 0em;
  line-height: 1.5em;
}
h3{
  font-family: 'Vollkorn', serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.051em;
  word-spacing: 0em;
  line-height: 1.5em;	
}

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 

#main p{
  padding-bottom:5px;
}

#main h2{
  margin-right:5px;
  display:block
  text-decoration:none;
}

#head a{
  text-decoration:none;
  color: black;
}

#main a{
  text-decoration:none;
}

#main a:hover {
    background-color: #ccc;
}

#nav {padding:5px 10px;text-align:right;}
#nav ul {margin:0 10px 0 0;float:left;padding:0;list-style:none;}
#nav li {display:inline;margin:0;padding:0;}
#nav li a {margin-right:5px;display:block;float:left;text-decoration:none;padding:0 10px;}
#welcome {
	padding:10px; 
	margin:10px 50px 10px 50px;
	background-color:#ccc;
	border:1px solid black;
}
#footer{
	text-align:center;
        margin-top:25px;
	padding-top:25px;
}
#ads{
        text-align:center;
}

