<style type="text/css">
body {
  background-image:url('./wmap2.png' );
   background-repeat:no-repeat;
   background-attachment:fixed;
   background-position:top;
   background-position:0%,50%
  }

a.rollover{
 display: block;

}
a.rollover:hover{
 background-position: right;
}

span.highlight
{
background-color:blue
}


//p  {
 font-family: "helvetica", arial, 'sans serif';
 color: black;
 text-align:  center;
 font-size: 100%;
}


  h1
  {
  font-family: "helvetica", arial, 'sans serif';
  font-size: 150%;
  margin-left: 0px;
  line-height: 110%;
  color:Black;
  }


  h2
  {
  font-family: "helvetica", arial, 'sans serif';
  font-size: 150%;
  margin-left: 0px;
  line-height: 100%;
  color:black;
  text-align: center;
  width: 650px;
  }


  h3
  {
    text-shadow: 1.5px 1.5px 0px #000000;
    font-size: 220%;
    font-family: sans-serif;
    text-align: center;
    width: 75%;
    line-height: 115%;
    color: red
  }


  h4
  {
    font-family: "helvetica", arial, 'sans serif';
    font-size: 150%;
    margin-left: 0px;
    line-height: 90%;
    color:Black;
    text-align: justify;
    width: 700px;

  }

  h5
  {
    text-shadow: 1.5px 1.5px 0px #000000;
    font-size: 220%;
    font-family: sans-serif;
    text-align: center;
    width: 75%;
    line-height: 110%;
    color: #0033ff;
    }


  h6
  {
    font-family: "helvetica", arial, 'sans serif';
    font-size: 100%;
    margin-left: 0px;
    line-height: 150%;
    color:Black;
    text-align: justify;
    width: 700px;

  }

  h7 {
    font-family: "helvetica", arial, 'sans serif';
    font-size: 100%;
    margin-left: 0px;
    line-height: 150%;
    color:Black;
    }



p.table
{
 font-family: "helvetica", arial, 'sans serif';
   width: 700px;
   text-align: justify;
}

a:link 
{
 color:#000066
} 
a:visited  
{ color:#990000
}
a:active   
{
color:blue 
} 
a:hover    
{
color:yellow 
}

@media screen{
.noscreen{
display: none;
}
}
@media print{
.noprint{
 display: none;
}
}

</style>
