a:link {
color:#FFB7EC; text-decoration:none; }
a:visited {
color:#FFB7EC; text-decoration:none; }
a:active {
color:#FFB7EC; text-decoration:none; }
a:hover {
color:#A9E4FF; background-color:#FFB7EC; font-weight: normal; cursor: crosshair }

body, td 
{
 font-family:tahoma; 
 color: #A9E4FF;
 font-size:11px;
 }


p { margin-top: 3;
    margin-bottom: 3;
    filter: none; 
        }

h1 {
   font-size: 11px;
   font-family: georgia;
   color: #FFB7EC;
   text-align: left;
   letter-spacing: 2px;
   height: 12px;
   font-weight: bold;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align: center;
   text-transform: uppercase;
   border-bottom: 2px dashed #A9E4FF;
   border-top: 2px dashed #A9E4FF;
   } 

h2 {
   font-size: 11px;
   color: #FFB7EC;
   font-family: georgia;
   text-align: left;
   letter-spacing: 2px;
   height: 12px;
   font-weight: bold;
   margin-top: 3px;
   margin-bottom: 3px;
   padding-right: 15px;
   text-align: right;
   text-transform: uppercase;
   border-bottom: 2px dashed #FFB7EC;
   border-top: 2px dashed #FFB7EC;
   } 

h3 {
   font-size: 30px;
   color: #FFB7EC;
   font-family: georgia;
   text-align: left;
   letter-spacing: 2px;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   } 

.menu a {
color: #FFFFFF;
display: block;
text-align: right;
border-left: 5px solid #FFFFFF;
}

.menu a:hover {
color: #ffffff;
display: block;
text-align: right;
border-left: 5px solid #FFFFFFF;
}
      
b, strong
{
color:#FFB7EC;
}

i, em
{
color:#FFB7EC;
margin-left: 1px;
margin-right: 2px;
}

u
{
color: #A9E4FF;
text-decoration: none;
border-bottom: 1px dashed #FFB7EC;
}