
body
   {
   background-color: orange;
   color: navy;
   font-size: 12pt;
   font-family: verdana, arial;
   padding: 20px;
   }

a:link 
   {
   color: yellow;
   }

a:active 
   {
   color: yellow;
   }

h1 {
   background-color: orange;
   color: red;
   font-size: 25pt;
   font-weight: bold;
   font-family: verdana, arial;
   text-align: center;
   }

h2 {
   background-color: orange;
   color: yellow;
   font-size: 14pt;
   font-weight: bold;
   font-family: verdana, arial;
   text-align: center;
   }

h3 {
   background-color: orange;
   color: navy;
   font-size: 14pt;
   font-weight: normal;
   font-family: verdana, arial;
   text-align: justify;
   padding: 10px; 
   }

h4 {
   background-color: red;
   color: black;
   font-size: 12pt;
   font-weight: bold;
   font-family: verdana, arial;
   text-align: center;
   padding: 10px; 
   }

h5 {
   background-color: orange;
   color: black;
   font-size: 12pt;
   font-weight: normal;
   font-family: verdana, arial;
   text-align: center;
   padding: 10px; 
   }

h6 {
   background-color: orange;
   color: brown;
   font-size: 14pt;
   font-weight: normal;
   font-family: verdana, arial;
   text-align: justify;
   padding: 10px; 
   }

h7 {
   background-color: orange;
   color: red;
   font-size: 10pt;
   font-weight: normal;
   font-family: verdana, arial;
   text-align: justify;
   }

h8 {
   background-color: orange;
   color: yellow;
   font-size: 6pt;
   font-weight: normal;
   font-family: verdana, arial;
   text-align: center;
   }
