body { 
  background:       #efe5d0 url(paipan_logo.gif) center top no-repeat;
  background-color: #fff;
  font-family:      Veranda, Helvetica, Arial, sans-serif;
  font-size:        small;
  margin:           0px;
}


#main {
  font-size:        105%;
  padding:          15px;
  margin:           10px 10px 10px 300px;
  padding-top:      100px;
}


h1 {
  font-size:        150%;
  color:            #91ca08;
}

h2 { font-size: 130%; }


a:link {
  color:            #91ca08;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

