﻿


html {
    height:100%;0
}

body {
   height:100%;
   min-height: 100%;
   background-color: white;
   font-family: Verdana;
   font-size: 18px;
   color: black;
    margin:0;
   padding:0;
}

h1 {
     color: black;
     text-align: center;
    font-size: 48px;
}

h2 {
     color: black;
    font-size: 34px;
    text-align: center;
}

h3 {
      color: navy;
      text-align: center;
      font-size: 30px;
}

h5 {
    color: white;
    text-align: center;
    font-size: 38px;
    text-shadow: 5px 5px 8px black, 0 0 11px black, 0 0 11px black;
}

h6 {
    color: white;
    text-align: center;
    font-size: 38px;
    text-shadow: 5px 5px 8px black, 0 0 11px black, 0 0 11px black;
}

p {
     font-family: "Verdana";
     font-size: 18px;
 } 

br {
     font-family: "Verdana";
     font-size: 18px;
 } 

a.one:link {color:white;}
a.one:visited {color:white;}
a.one:hover {color:red;}

a.two:link {color:gray;}
a.two:visited {color:gray;}
a.two:hover {font-size:150%;}

a.three:link {color:#3159b9;}
a.three:visited {color:#3159b9;}
a.three:hover {color:red;}
a.three:active {color: red;}

a.four:link {color:gray;}
a.four:visited {color:gray;}
a.four:hover {font-family:Jokerman;}

a.five:link {color:#ff0000;text-decoration:none;}
a.five:visited {color:#0000ff;text-decoration:none;}
a.five:hover {text-decoration:underline;}

a.six:link {color:gold;}
a.six:visited {color:gold;}
a.six:hover {background:#66ff66;}


a {
    font-family: "Times New Roman";
    font-size: 18px;
    font-style: italic;
    font-weight: ; 
}

.enlarge-onhover {
     width: 30%;
     height: 130px;
}

.enlarge-onhover:hover {
     width: 60%;
     height: 250px;
}

h11 {
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
               
}

div.static {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    border: 0px solid #F0F0F0;










