<!--This page sets the style and look of the page. There is no need to change this page in any way-->

BODY { background-color: white;
       font-size:10 pt;
	font-family:Arial
     }
A:link {color: black;
	font-size:13pt;
	font-family:Arial;
	font-weight:bolder;
	text-decoration:none}
A:hover {color: white;
         font-family:Arial}
A:visited {color:#666666;
           font-family:Arial;
	   font-size:12pt;
	   text-decoration:none;
	   font-weight:bolder}
A:active {color: green;
	  font-family:Arial}
pre {color: green;
     font-family: Arial;
     font-size: smaller;
     border-style:groove;
     margin:10%;
     padding-left:auto;
     padding-right:5px }
h1 {color:black;
     font-size: 14pt;
    font-family: Comic Sans,Arial;
    font-weight:bolder;
   
    }
h2 {color: red;
    position: relative;
    z-index: 2;
    font-family: Ignacio,Arial;
    font-size: 48pt;
    left:150px;
    }
h3 {color: darkgrey;
    font-size:24pt;
    text-align:center;
    font-weight:bolder;
    font-family: Arial
    }
h4 {color: green;
    font-size:12 pt;
    font-family: Arial
    } 
h5  {color: silver;
     font-size:10 pt;
     font-family: Arial
    }
h6 {color:deeppink;
      font-size:8 pt;
     font-family:Arial
    }
p {color: black;
   font-family: Arial;
   font-weight:bolder;
   font-size: 13 pt
   }
table {font-family:Arial, Helvetica;
      }
th {font-size: 20}
   td  {font-size:14;}
dt{color:orangered;
    font-family:Arial;
    font-size:14 pt;
    font-weight:bolder}
dd{color:black;
    font-family:Arial;
    font-size:12 pt}
ul{color:darkgrey;
    font-family:Arial;
    font-size:12 pt}
ol{color:black;
    font-family:Arial;
    font-size:12 pt;
    font-weight:bolder}
li{color:silver
    font-family:Arial;
    font-size:14 pt}
hr{color:blue}