/* Copyright, 2008, Woodland Engineering */

html
{
  background-color: #305050;
}

.homepageheader
{
  text-align:       center;
  color:            #FF0000;
}

.search_info
{
  color:            #305050;
  font-size:        30%;
  padding:          0px 0px 0px 0px;
  margin:           0px 0px 0px 0px;
}

#hometownlink
{
  color:            #FF0000;
  font-size:        150%;
  font-weight:      bold;
  padding:          5px;
  margin:           5px;
}

#hometownlink:link
{
  color:            #FF0000;
  text-decoration:  none;
}
#hometownlink:visited
{
  color:            #FF0000;
  text-decoration:  none;
}
#hometownlink:hover
{
  color:            #FF0000;
}

#hhsphoto
{
  border-style:     none;
  width:            640px;
  height:           474px;
  padding:          10px;
}

#reunioninfolink
{
  font-weight:      bold;
  padding:          5px;
}

.sitemap, .sitemap a:link, .sitemap a:visited
{
  color:            #528888;
  font-size:        92%;
}


