   * {
      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 algerian;
     text-align: center;
   }
     
   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;
   }

   #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;   
   }

   .copyright {
      font-size: 10pt;
   }


 /* Page specific stuff after this */
 
