html { 
  background: url(images/cannabis9.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
   min-height: 100%;
   background-color: ;
   font-family: Verdana;
   font-size: 24px;
   color: black;
}

h1 {
     color: gray;
     text-align: center;
    font-size: 30px;
     font-family: "Lucida Calligraphy";	
}

h2 {
     color: white;
     text-align: left;
    font-size: 38px;
     font-family: "Lucida Calligraphy";	
}

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

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

h6 {
    color: white;
    text-align: center;
    font-size: 38px;
    text-shadow: 1px 1px 8px red, 0 0 95px white, 0 0 95px white;
}

h8 {
      color: navy;
      text-align: center;
      font-size: 18px;
}

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

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

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

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:green;}
a.three:visited {color:green;}
a.three:hover {color:red;}
a.three:active {color: red;}

a.four:link {color:white;}
a.four:visited {color:white;}
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;}

