/* */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* */
body {
  background-color: #CCCC99;
  color: #000000;
  font-family: serif, Times New Roman, Roman;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  }
/*  */
h1 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
/*  */
a,  a:link {
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}
/*  */
a:hover {
  color: #09760d;
  text-decoration: underline;
}
/*  */
a:focus {
  color: #09760d;
}
/*  */
a:active {
  color: #164619;
}
/* Wrapper for page*/
#outerWrapper {
  background-color: #f0f0f0;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 600px;
}
/* Content */
#outerWrapper #content {
  margin: 0 0 0 0; 
  padding: 10px 20px 10px 20px;
}
