body 
{
   color : #555555;
   background : #99aaaa;
   font-family: Arial, Helvetica, Sans-serif;
   padding: 4ex;
   margin: 0;
}

p 
{
   text-align : left;
   margin: 1ex 1ex 1ex 1ex;
}

ul
{
   margin: 1ex 1ex 1ex 4ex;
   padding-left: 0;
}
li 
{
   list-style-type : circle;
   list-style-image : url(images/ghost.png); 
}

h2 
{
   font-weight : bold;
   font-size : 150%;
   letter-spacing : 0.3ex;
   color : #666666;
   background : #99aaaa;
   border-color: #666666;
   border-style: solid;
   border-width: 0 0 0.1ex 0.3ex;
   padding-left: 0.5ex;
   margin: 4ex 1ex 2ex -1ex;
}
       
h1 
{
   font-weight : bold;
   font-size: 250%;
   text-align: center;
}

#head1 
{
   color: #777777; 
   background : #99aaaa;
   margin: 0; 
   font-size: 800%;
}

#head2 
{
   color: #ffffff; 
   margin: -2.5ex 0 4ex 8ex; 
   font-size: 250%; 
   white-space: nowrap;
   -moz-opacity: 50%;
   filter: Alpha(Opacity=20);
}
a:link
{
   color : black;
   background : #99aaaa;
   text-decoration : underline;
}

a:visited 
{
   color : #555555;
   background : #99aaaa;
   text-decoration : underline;
}

       
a:active 
{
   color : red;
   background : #99aaaa;
   text-decoration : none;
}

a:hover 
{
   color : black;
   background : #aabbbb;
   text-decoration : none;
}

div.image
{
   font-style : italic;
   text-align : center;
}
       
div.navigationbar a:visited 
{
   color : black;
   background: #aabbbb;
   text-decoration : none;
}

div.navigationbar a:link 
{
   color : black;
   background : #aabbbb;
   text-decoration : none;
}
       
div.navigationbar a:hover 
{
   color : white;
   background : #99aaaa;
   text-decoration : none;
}
       
div.navigationbar a:active 
{
   color : black;
   background : #99aaaa;
   text-decoration : none;
}
       
div.navigationbar 
{
   font-weight : bold;
   font-size : 120%;
   font-family : monospace;
   text-transform: uppercase;
   color : #555555;
   background: #aabbbb;
   word-spacing : 1.5ex;
   text-align : center;
   padding : 2ex;
   border-width: 2px 0 2px 0;
   border-style : solid;
   border-color : #555555;
   white-space: nowrap;
   margin: 2ex -5ex 2ex -5ex; 
}
       
div.intro 
{
   color: #eeeeee; 
   background : #99aaaa;
   font-weight: bold;
   font-size : 120%;
   text-align : center;
}
       
div.banners a:hover 
{
   font-style : italic;
   color : #99aaaa;
   background : #999999;
   text-decoration : underline;
}
       
div.banners a 
{
   color : #999999;
   background : #99aaaa;
   text-decoration : none;
}
       
div.banners 
{
   text-align : center;
}

p.hidden 
{
   display: none;
}

