body { background-color: #eee;
       color: #000; }

h1  {  background-color: #eee;
     color: #000;
     border-style: none;
	  font-family:  'times new roman',roman, times, serif;
	  text-align: center;
	  font-size: 50pt;
	 /* font-weight: 400; */
	  }
  
h2  {  background-color: #ddd;
     color: #000;
     border-style: none;
     font-family:  'times new roman',roman, times, serif;
	  text-align: center;
	  font-size: 30pt;
     }
  
h3  {  background-color: #ccc;
     color: #000;
     font-family:  'times new roman',roman, times, serif;
	  text-align: center;
	  font-size: 18pt;
     }
  
h4  {  background-color: #bbb;
     color: #000;
     font-family:  'times new roman',roman, times, serif;
     text-align: left;
     font-size: 15pt;
     }
     
p   { background-color: #eee;
     color: #000;
     font-family:  'times new roman',roman, times, serif;
	  text-align: center;
	  font-size: 12pt;
	  padding-left: 5%;
	  padding-right: 5%;
     }
          
a:link { color: #f03;
    /* font-size: 2em; */
     background-color: transparent;
     text-decoration: none;
     }
     
a:visited {color: #666;
     background-color: transparent;
     text-decoration: none;
     }
     
a:hover {color: #999;
     background-color: transparent;
     text-decoration: none;
     }

ul   {list-style-type: square;
     }
