body {
  color:               #675c47;
  font-size:           small;
  font-family:         Veranda, Helvetica, Arial, sans-serif;
  line-height:         1.6em;
  background-color:    #efe5d0;
  margin-top:          0px;
  margin-bottom:       0px;
}

#allcontent {
  width:               800px;
  background-color:    #efe5d0;
  padding:             20px 10px 14px 10px;
  margin-left:         auto;
  margin-right:        auto;
}

h1 {
    color:             #0F7E55;
    font-size:         150%;
    text-align:        center;
}

h2 {
  color:               #0F7E55;
  font-size:           130%;
  text-align:          center;
}

h3 {
   color:              #0F7E55;
   font-size:          115%;
   text-align:         center;
}

span.artist {
   font-weight:         bold;
}

span.song {
    font-style:        italic;
}

div#credits {
    color:             black;
    line-height:       1;
    font-size:         .9em;
}

#credits ul {
	list-style:    none;
}

#nav {
  text-align:       center;
}


#gigslink {
     margin:   10px;
}

#biolink {
     margin:   10px;
}

#homelink {
     margin:   10px;
}


#rearviewlink {
     margin:   10px;
}


a:link {
  color:               #0D4D66;
  text-decoration:     none;
  border-bottom:       thin dotted #954b4b;
}

a:visited {
  color:            #007e7e;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}

a:active {
  color:            red;
  text-decoration:  none;
  border-bottom:    thin dotted red;
}

a:focus {
  color:            #b76666;
  text-decoration:  none;
  border-bottom:    thin dotted #007e7e;
}



