/* Text formatting */

   body
   {
     font-family: arial, "lucida console", sans-serif;
   }
   
  h1
   {
    font-size: 19px;
		color: black;
    font-weight: normal;
    font-family: arial, "lucida console", sans-serif;
   }

   h2
   {
    font-size: 16px;
		color: #99FF99;
    font-weight: bold;
    font-family: arial, "lucida console", sans-serif;
    border-bottom: none;
    text-decoration: none;
   }
   
   h3
   {
    font-size: 11px;
    color: #CCCCCC;
    font-weight: normal;
    font-family: arial, "lucida console", sans-serif;
    line-height: 3px;
   }
   
    h4
   {
    font-size: 13px;
		color: #FFFFFF;
    font-weight: normal;
    font-family: arial, "lucida console", sans-serif;
   }
   
   #navbar
   {
    font-size: 16px;
		color: #0066CC;
    font-weight: bold;
    font-family: arial, "lucida console", sans-serif;
    border-bottom: none;
    text-decoration: none;
   }
   
   a.navbar
   {
    color: #0066CC;
    text-decoration: none;
    border-bottom: none;
   }
   
   
   a.navbar:hover
   {
	 color: #FFFFFF;
    text-decoration: none;
    border-bottom: none;
   }
   
   a
	 {
      font-weight: bold;
      color: #CCCCCC;
      text-decoration: none;
      border-bottom: none;
   }
   
   a:hover
   {
    color: #CCCCCC;
    font-weight: bold;
    border-bottom: 1px solid;
   }
