body {
     margin:0;
     background-color: #fff;
     border: 30px solid #ccc; 
	 font-family: verdana, arial, helvetica, sans-serif; } 

a:link { color: #09f;text-decoration: none }  
a:active { color: #09f;text-decoration: none }
a:visited { color: #09f;text-decoration: none }
a:hover { color: #0ff;text-decoration: underline }

  h1, h2, h3, h4, h5 {
   font-style: normal; font-weight: bold;}  
  h1 {
      font-size: 36pt; text-align:center; color:red;
      margin:15px 0px 15px 0px; }
  h2 {
	font-size: 22pt; text-align:center; color:red;
	margin:15px 10px; }
  h3 {
     font-size: 20pt ; text-align:center;
	 margin:0px 10px; }
  h4 {
     font-size: 14pt;  text-align:left;
	 margin:50px 0px 3px 10px; }
  ul h5 {
     font-size:12pt; }   
 
  p.top {
    font-size: 16pt; text-align:left; 
	margin: 24px 10px 24px 10px; }
  p.bot {
    font-size: 12pt; text-align:left; 
	margin: 24px 10px 24px 10px; }
  
  #footer { width:80%; height: auto; border:1px solid #333;
		position: relative;	/*left:10%;*/ 
		margin:50px 10px 20px 100px;  }

  #footer div {
    font-size: 14pt;
    margin-top: 10px;
    /*border:1px dotted #003;*/
    padding:20px;
    text-align:center; }
 
