
  
  
  
  
  
  
  
  body {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #000000;
  }
  p {
  width: 80%;
  }
  
  h1 {
  font-family: arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  letter-spacing:-1px;
  }
  h2 {
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: -8px;
  }
  
  
  #container {
  	width:800px;
  	margin: 0 auto; /*Center container on page*/
  	margin-top:35px;
  	/*border:solid #000000;*/
  	}
  	
  a {
  	color: #000000;
  	font-weight: bold;
  	text-decoration: underline;
  }
  a:hover {
  	background-color: #000000;
  	font-weight: bold;
  	color: #ffffff;
  	text-decoration: none;
  }
  
  pre
  {
      padding: 1em;
      width: 90%;
      overflow: auto;
      border: 1px solid gray;
      background: #ddd;
  }