body {
  font-family:        sans-serif;
  font-size:          20px;
  font-weight:        normal;

  background-image:   url("texture cream.png");

  margin-left:        10%;
  margin-right:       10%;

  border:             5px solid #01851f;
  padding:            10px 10px 0px 10px;

}

#title,h1,h2 {
  text-align:         center;
  color:              #01851f;
  font-family:        serif;
}

#allcontent {
  width:              800px;
  padding-top:        5px;
  padding-bottom:     5px;
}

h1 {
  font-size: 170%;
  border-bottom: medium solid;
}

h2 {
  font-size: 130%;
  border-bottom: thin solid;
}

h3 {
  margin:     0px;
  text-align: center;
}

#class_times {
  text-align: center;  
}

table {
  margin-left:  20px;
  margin-right: 20px;
  border:       medium solid black;
  border-collapse: collapse;
}

td, th {
  border: thin solid gray;
  padding 5px;
}

#logo {
  text-align: center;  
}

#events1,events2 {
  text-align: center;
}

#up_and_coming_events {
  text-align: center;
}

#venue {
  text-align: center;  
}

#news_flash {
  text-align: center;
}

#photo_gallery {
  text-align: center;  
}


#contact_details {
  text-align: center;  
}

#photo {
  text-align:center;
}

#link_to_home {
  text-align: center;  
}

a:link  {
  color: #01851f;
}

a:visited  {
  color: blue;
}

a:hover  {
  color: red;
}