body {
  background-color:#FFFFCC;
}

#header {
  position:absolute;
  top:0px;
  height:180px;
  left=0;
  width=100%;
  /* background-image:url(./images/header.jpg);
  background-repeat: no-repeat;
  background-position: center; */
  font-family: Monotype Corsiva;
}

#banner {
  position:absolute;
  top:180px;
  width:100%;
  height:30px;
  background-image:url(./images/banner.jpg);
  font-family: Monotype Corsiva;
}

#mainbody {
  position:absolute;
  top:210px;
  width:100%;
  font-family: Arial;
}

img {
  border:0px;
}

tr.headertext {
  color:#8B0A50;
}

tr.mainbodytext {
  font-family: Arial;
  font-size: 14px;
}

a:link {
  color:black;
  text-decoration:none;
}

a:visited {
  color:black;
  text-decoration:none;
}

a:hover {
  color:black;
  text-decoration:underline;
}

a.cp:link {
  color:#8B0A50;
  font-family:Monotype Corsiva;
  font-size:larger;
  text-decoration:none;
}

a.cp:visited {
  color:#8B0A50;
  font-family:Monotype Corsiva;
  font-size:larger;
  text-decoration:none;
}

a.cp:hover {
  color:#8B0A50;
  font-family:Monotype Corsiva;
  font-size:larger;
  text-decoration:underline;
}

a.banner:link {
  color:#FFFFF0;
  text-decoration:none;
}

a.banner:visited {
  color:#FFFFF0;
  text-decoration:none;
}

a.banner:hover {
  color:#FFFFF0;
  text-decoration:none;
}

p.cptitle {
  color:#8B0A50;
  font-family:Monotype Corsiva;
  font-style:bold;
  font-size:18px;
}

#flowery {
  color:#8B0A50;
  font-family:Monotype Corsiva;
  font-size:larger;
}