a {font-family: Verdana, Garamond;
   font-size: 11pt;
   border: 0px;
   color: rgb(255, 212, 090);}
a:hover {background:gold;
         color:black}
         
img {background-color: rgb(255, 212, 090);
     color: rgb(255, 212, 090);
     padding: 10px;
     border-style: solid;
     border-color: rgb(255, 212, 090);
     border-width: thick;
     background-color: black
     }
         
body {background-color: rgb(050, 020, 0)}

h1 {font-family: Times New Roman, serif;
    font-size: 24pt;
    font-weight: bold;
    padding: 25px;
    text-align: center;
    border-style: solid;
    color: rgb(255, 212, 090);
    background-color: black
    }

h2 {font-family: Times New Roman, serif;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    margin: 16px;
    border-width: thick;
    border-color: rgb(150, 107, 015);
    border-color: rgb(100, 137, 045);
    border-style: solid;
    padding: 8pt;
    color: rgb(255, 212, 090);
    background-color: #030
    }
   
h3 {font-family: Times New Roman, serif;
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 12pt;
    padding: 8pt;
    color: rgb(255, 212, 090);
    }
    
h4 {font-family: Times New Roman, serif;
    font-size: 14pt;
    margin: 10pt;
    text-align: center;
    color: rgb(255, 240, 130);
    }

h5 {font-family: Times New Roman, serif;
    font-size: 14pt;
    font-style: italic;
    margin: 6pt;
    color: rgb(255, 240, 130);
    }

h6 {font-family: Times New Roman, serif;
    font-size: 12pt;
    margin: 6pt;
    color: rgb(255, 240, 130);
    }

h7 {font-family: Arial, Helvetica;
    font-size: 12pt;
    margin: 6pt;
    color: rgb(255, 240, 130);
    }

p { font-family: Times New Roman, serif;
    font-size: 12pt;
    margin: 15pt;
    color: rgb(255, 212, 090);
    }
p.explain {color: rgb(255, 212, 090);
    font-family: Arial, Helvetica;
    font-size: 12pt;
    margin-left: 100pt;
   }        
p.arialpara {color: rgb(255, 212, 090);
    font-family: Arial, Helvetica;
    font-size: 12pt;
    margin: 15pt;
   }        
p.motto {font-family: Arial, Helvetica;
	 font-weight: bold;
	 font-style: italic;
	 color: rgb(255,130,70);
         font-size: 14pt;
         }
p.specialnote {font-family: Arial, Helvetica;
            color: rgb(100,205, 50);
            font-size: 12pt;
            font-weight: bold;
            }
p.orangey{font-family: Arial, Helvetica;
	 font-weight: bold;
	 font-style: italic;
	 color: rgb(255,130,30);
         font-size: 12pt;
         }
p.aqua{font-family: Arial, Helvetica;
	 font-weight: bold;
	 font-style: italic;
	 color: rgb(50,210,170);
         font-size: 12pt;
         }
            
li {margin: 15px;
    color: rgb(255, 212, 090);
    list-style-type: square;
   }
   
td {margin: 10 px;
    color: rgb(255, 212, 090);
    font-family: Arial, Helvetica;
    font-weight: bold;
    font-size: 14pt;
   }    