/*CSS*/

body, td{   
background-repeat: repeat; 
overflow-x: hidden; 
font-family: trebuchet ms; 
font-size: 8pt; 
color:#E2206E; 
cursor:default;
text-align: left;
} 

h1{
font-family: veranda;
font-size: 22px;
color: #5C0707;
text-transform: uppercase;
letter-spacing: 5px; 
}

h2{
display: block;
font-family: veranda;
font-size: 22px;
color: #794B8E;
font-variant:small-caps;
background-color: #FEFFF0;
letter-spacing: 5px; 
padding-bottom: 5px;}


.menu a {  
      display:inline;
      text-align: none;
      font-family: trebuchet ms;
      letter-spacing:2px;
      font-size:18px;
      color:#FFFFFF;
      text-decoration:none
      margin: 0px; 
      padding-left:0px; 
      padding-right:0px; 
      padding-top:0px; 
      padding-bottom:0px; 
      width: 10px;
}

.menu a:hover {
      display:inline;
      cursor:crosshair;
      background-color:#E2206E;
      text-align: center;
      letter-spacing:5px;
      font-size:18px;
      color:#FFFFFF;
      text-decoration:none
      margin: 0px; 
      padding-left:0px; 
      padding-right:0px; 
      padding-top: 0px; 
      padding-bottom:0px; 
      width: 10px;
}

.bottom {

width:741px; height:74px; color:#FFFFFF; 
background-image: url(images/footer.png); 
background-repeat:no-repeat; 
margin:0px;
padding-top: 18px;
}


i, u, b {font-family:veranda; color:#E2206E; font-variant:small-caps;}

a:link, a:visited {color: #FFFFFF; text-decoration:bold; background-color:#E2206E; cursor: default;}
a:hover, a:active {color: #E2206E; text-decoration:bold; background-color:#FFFFFF; text-decoration:bold; cursor: crosshair;}
