
#refhdr
{
font-family: Georgia, sans-serif;
border-style: solid;
border-color: #b97ba0;
border-width: thin;
background-color: #1b5e61;
color: #ffffff;
padding: 15px 5px 15px 5px;
width: 680px;
font-weight: bold;

}
#refname
{
border-style: solid;
border-color: #b97ba0;
border-width: thin;
background-color: #1b5e61;
color: #ffffff;
font-size: small;
padding: 5px 5px 5px 5px;
width: 680px;

}

#reftext
{
background-color: #ffffff;
border-style: solid;
border-color: #b97ba0;
border-width: thin;
color: #000000;
font-style: italic;
padding: 5px 5px 5px 5px;
width: 680px;

}

body
{
border-style: solid;
border-color: #b97ba0;
border-width: thin;
width: 690px;
padding: 5px 5px 5px 5px;
background-color: #ffffff;
}

/* ----- LINKS ----- */
a:link {color:#b97ba0;}      /* unvisited link */
a:visited {color:#cccccc;}  /* visited link */
a:hover {color:#e683ad;}   /* mouse over link */
a:active {color:#e06e9e;}  /* selected link */