﻿
html {
    height:100%;
}

body {
   height:100%;
   min-height: 100%;
   background-color: white;                            
   font-family: Calibri;
   font-style: italic;	
   font-weight: bold; 	
   font-size: 20px;
   color: black;
    margin:0;
   padding:0;
}

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

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

h3 {
      color: black;
      text-align: center;
      font-size: 26px;
}

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: 20px;
 } 

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

a.one:link {color:maroon;}
a.one:visited {color:maroon;}
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:blue;}
a.three:visited {color:blue;}
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:American Text;}

a.five:link {color:aqua;}
a.five:visited {color:aqua;}
a.five:hover {color:red;}

a.six:link {color:red;}
a.six:visited {color:purple;}
a.six:hover {color:purple;}

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

a.eight:link {color:black;}
a.eight:visited {color:black;}
a.eight:hover {color:red;}


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


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;










