


body {
   background-color: #222222;
   font-family: quick type;
   font-size: 24px;
   color: lightgray;
}

h1 {
     color: lightgray;
     text-align: left;
    font-size: 38px;
}

h2 {
     color: lightgray;
     text-align: left;
    font-size: 34px;
}

h3 {
      color: lightgray;
      text-align: left;
      font-size: 30px;
}

h8 {
      color: white;
      text-align: center;
      font-size: 12px;
}

p {
     font-family: quick type;
     font-size: 24px;
 } 

br {
     font-family: quick type;
     font-size: 24px;
 } 

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:white;}
a.six:visited {color:white;}
a.six:hover {background:black;}


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

