   * {
      padding:0;
      margin:0;
   }
   
   ul {
     margin-left: 2em;
   }
   
   body {
     background: #333333;
     padding: 40px 2px 40px 2px;
     font: 12pt "Trebuchet MS" "New Gothic MT" "Verdana" "Lucida Sans Unicode";
   }
   
   h1 {
     font: bold 30pt "colonna mt";
     text-align: center;
   }

   h2 {
      font-size: 14pt;
      }
      
   a:link {color: red; text-decoration: none; }
     
   a:visited {color: purple; text-decoration: none; }
   
   a:hover {color: teal; text-decoration: underline;}
        
   a:active {color: fuchsia; text-decoration: underline; }
   
   a.blog:link {color: red; text-decoration: blink; }
        
   a.blog:visited {color: purple; text-decoration: none; }
      
   a.blog:hover {color: teal; text-decoration: underline;}
           
   a.blog:active {color: fuchsia; text-decoration: underline; }

   a.offsite:link {color: black; text-decoration: underline; }
        
   a.offsite:visited {color: black; text-decoration: none; }
      
   a.offsite:hover {color: teal; text-decoration: underline;}
           
   a.offsite:active {color: fuchsia; text-decoration: underline; }
   
   p {
     margin: 1em .2em 1em .2em;
   }

   sup {
     font-size: 10pt;
     }

   #navbar { 
	margin: 0px 20px 10px 20px; 
	width: 15%; 
	float: right;
	border: 0px solid black;
	background: #FFCCFF;
	font: bold 10pt "century gothic";
	padding: 5px;
   }

   #navbar li {
   	list-style-type: none;
   }
    
   #everything {
     float: left;
     width: 100%;
     margin-right : auto;
     margin-left : auto;
   }
      
   #content{
     float: left;
     padding: 5px 20px 5px 20px;
     background: #FFCCFF;
     width:60%;
     margin-left : 50px;
     margin-bottom: 50px;
   }

   #footer{
     text-align: center;   
   }

   .notes {
       font-size: 12 pt;
       }

   .copyright {
      font-size: 10pt;
   }
 
   #footnotes {
      text-align: center;
      font-size: 10pt;
      }
   
   #notes {
      text-align: center;
      font-size: 12pt;
      }
   #sources {
      font-size: 12pt;
      }

   #reikicharacter {
      float: left;
      margin-left: 0px;
      }

   #firstbodytext {
      margin-top: 90px;
      }

   #header {
	margin-top: 70px;
      }

   #reikiprinciples {
      text-align: center;
      font: 14pt "basset";
      }
   
   #reikicertificates {
      text-align: center;
      font-size: 10pt;
      }

   #handpositions {
      margin-left: 25px;
      margin-right: 25px;
      }
         
   #chakras {
     margin-left: 30px;
     margin-right: 30px;
     }


/*
   #poem {
	margin: 25px 20px 10px 20px; 
	width: 240px; 
	float: left;
   }
   
   #poem p {
     margin:.2em .2em .2em .2em;  
     font: 20pt/22pt harrington; 
     text-align:center;
   } 
   
   #poem br{
     padding-bottom: 5px;
   }  */


 /* Page specific stuff after this */
 
