body { font-family: Arial, sans-serif; font-size: 12px; color:#300}

h1 { 
     color: #306; 
     font-family: Arial, sans-serif; 
     font-size: 1.25em;
     font-style: italic;
   }

h2 { 
     color: #336; 
     font-family: Arial, sans-serif; 
     font-size: 1em;
     font-weight: bold;
	 font-style: italic;
   }

h3 { 
     color: #336; 
     font-family: Arial, sans-serif; 
     font-size: .75em;
	 font-style: italic;
   }
   
div.space p {
	margin: 0.5em 0 0 0;
	padding: 0;
	}
	
div.space p.first{
	margin: 0;
	}

a { 
    font-family: Arial, sans-serif; 
    font-size: 13px;
    font-weight: bold; 
    line-height: 16px;
    color: #9d99bf; 
    text-decoration: none; 
   }
  
a:link { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em; 
    color: #9d99bf; 
    text-decoration: underline 
   }
   
a:visited { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1em; 
    color: #9d99bf; 
    text-decoration: none 
   }
   
.toolbar { 
    background-color: #2A033B; 
   }