/* print stylesheet */

   body {
	   padding: 0px;
	   margin: 0px;
	   font-family: Verdana, Arial, sans-serif;
	   font-size: 12px;
	   line-height: 22px;
	   color: black;
	   background-color: white;
	}
	
	/* First-Letter Pseudo-Element */
	p:first-letter {
		font-size: 150% 
	}
	
   a {
	   color: green;
	   text-decoration: none;
	   font-weight: bold;
	}
	
	#top {
	   margin: 5px 15px 0px 15px;
	   padding: 10px 10px 10px 0px;
	   color: #ccc;
	   border-bottom: 1px gray;
	   height: 25px;
	   background-image: url(./images/bamboo.jpg);
	   background-repeat: repeat-y;
	   background-position: top left;
	}

	#content {
	   padding: 20px;
	   margin: 5px 122px 5px 5px;
	}
	
	#bottombar {
      padding: 0px 10px 0px 10px;
      margin-top: 0px;
      margin-bottom: 5px;
      margin-right: auto;
      margin-left: auto;
      border-top: 1px solid gray;
      border-bottom: 0px;
      border-left: 0px;
      border-right: 0px;
      text-align: center;
	}
	
	#sidebar {
	   display: none;
	}
