/* CSS Document */

p{
font-family: Papyrus;
font-size: 16px;
font-weight:bold;
color:#000000;
line-height: inherit;
}
h1{
font-family: Papyrus;
font-size: 18px;
font-weight:bold;
color:#000000;
line-height: inherit;
}
h2{
font-family: Papyrus;
font-size: 24px;
font-weight:bold;
color:#000000;
line-height: inherit;
}
h3{
font-family: Papyrus;
font-size: 36px;
font-weight:bold;
color:#000000;
line-height: inherit;
}
h4{
font-family: Papyrus;
font-size: 36px;
font-weight:bold;
color:#07490C;
line-height: inherit;
}
body{
border-color: #A62930;
background-color: #FFFF99;
border-width: thick;
border-style: solid;
}


a:link
{
 font-family: Verdana, Arial;
 font-size: 12pt;
 font-weight: bold;
 color: #003399;
 border-width: 0px;
 text-decoration: none;
}

a:visited
{
 font-family: Verdana, Arial;
 font-size: 12pt;
 font-weight: bold;
 color: #993399;
 text-decoration: none;
}

a:active
{
 font-family: Verdana, Arial;
 font-size: 12pt;
 font-weight: bold;
 color: #686868;
 text-decoration: underline;
}

a:hover
{
 color: #FF0000;
 cursor: hand;
 text-decoration: underline;
}
 
