/* CSS Document */
  body {
  padding-right: 0em;
  background-color: #587c2f }
  
  p {
  font: 90%/1.5 Georgia, "Times New Roman", Times, serif; 
  color: white;}
  
  p.first {
  font: 60%/1.5 Georgia, "Times New Roman", Times, serif; 
  color: white;}
  
  p.second {
  font: 70%/1.5 Georgia, "Times New Roman", Times, serif; 
  color: white;}
  
  p.third {
  font: 100%/1.5 Georgia, "Times New Roman", Times, serif;
  color: white;}
	
 a:link {color: #FFFF99;} 
 a:visited {color:#FFFF99;}
	
  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
	width: 6.2em;}
		
  ul.navbar li {
    background: white;
    margin: 0.4em 0;
    padding: 0.12em;
    border-left: .7em solid black; 
	text-decoraton: none;}
  
  ul.navbar a:link {	
	color: #1e769f;
	text-decoration: none;}
  
 ul.navbar a:visited {
    color: #1e769f; 
	text-decoration: none;}