body {
	background-color: white; 
	font-family: arial, tahoma, 'sans serif'; 
	color: black; 
	margin-top: 10px; 
	margin-left: 0px;
	padding-left: 15px;
        font-size: 10pt;
     }

h1 {
	font-family: Impact, tahoma, 'sans serif';
	color: black;
        margin-top: 15px;
	text-align: center;
   }

h2 {
	font-family: tahoma, arial, 'sans serif'; 
	font-weight: bolder; 
	color: blue;
	text-align: center;
        margin-top: 5px;
   }

h3 {
	font-family: tahoma, arial, 'sans serif'; 
	font-weight: bolder; 
	color: black;
	text-align: center;
        margin-top: 5px;
   }

h4, h5 {
	font-family: Arial, tahoma, 'sans serif'; 
	font-weight: bolder; 
	font-style: italic;
	color: black;
        margin-bottom: 0px;
       }

table {
        font-size: 10pt;
        margin-bottom: 20px;
      }

a:visited {
	color: purple; 
	text-decoration: none;
	  }

a:link {
	color: blue; 
	text-decoration: none;
       }

a:hover {
	color: red; 
	text-decoration: none;
        }

ul {
	list-style-type: square; 
	margin-top: 5px;
        margin-bottom: 5px;
	line-height: 1.5;
   }

ol {
	list-style-type: lower-roman; 
	margin-top: 5px;
	line-height: 1.5;
   }

div.alphabet {
	margin-top: 20px; 
	margin-bottom: 20px; 
	text-align: center; 
	font-family: arial, tahoma, 'sans serif'; 
	font-weight: bolder; 
	text-decoration: none; 
	letter-spacing: 0.4em;
	     }

div.footer {
	border-top-style: solid; 
	border-width: 2.5px; 
	border-color: blue;
	margin-top: 50px;
	margin-bottom: 10px; 
	padding-top: 10px;
	color: black;
	font-family: arial, tahoma, 'sans serif'; 
	font-size: 8pt;
	   }

div.specs {
	margin-bottom: 10px; 
	padding-left: 10px;
	color: black;
	font-family: arial, tahoma, 'sans serif'; 
	font-size: 7.5pt;
	   }
