a:link,a:visited{
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

a:hover,a:active {
  color: #A78A6D;
  text-decoration: none;
  cursor: text;
}

body{
  background: #F6F9F9 url(images/splashbg.gif) center repeat-y;
  overflow: auto;
  margin: 10px;
  cursor: default;
}

p,font,td,body{
  font: 7.5pt Verdana;
  color: #000000;
  text-align: center;
}

.title{
  font: 14pt Elephant;
  color: #A78A6D;
  text-align: center;
  background: url(images/header.gif) center bottom no-repeat;
}

b{
  font: 7.5pt verdana;
  color: #A78A6D;
  font-weight: bold;
}

hr{
  width: 200px;
  height: 5px;
  color: #FFFFFF;
  border: 1px solid #A78A6D;
}