  /* Generic Selectors */ 
  body { 
  font-family: arial, "arial", arial, serif; 
  font-size: 14px; 
  color: #0000cd; 
  background-color: #ffffff; 
  } 
  p { 
  width: 80%; 
  } 
  li { 
  line-height: 150%; 
  list-style-type: disc; 
  } 
  h1 { 
  font-family: arial, "arial", arial, serif; 
  font-size: 18px; 
  font-weight: bold; 
  color: #000000; 
  } 
  h2 { 
  font-family: arial, "arial", arial, serif; 
  font-size: 16px; 
  font-weight: bold; 
  color: #000000; 
  border-bottom: 1px solid #FF9900; 
  }
  h3 { 
  font-family: arial, "arial", arial, serif; 
  font-size: 14px; 
  font-weight: bold; 
  color: #000000; 
  } 
  h4 { 
  font-family: arial, "arial", arial, serif; 
  font-size: 14px; 
  font-weight: bold; 
  color: #0000cd; 
  } 
  &nbsp;
  /**************** Pseudo classes ****************/ 
  
  a:link { 
  color: #ff0000; 
  text-decoration: none; 
  font-weight: bold; 
  } 
  li :link { 
  color: #ff0000; 
  text-decoration: none; 
  font-weight: bold; 
  } 
  a:visited { 
  color: #ff0000; 
  text-decoration: none; 
  font-weight: bold; 
  } 
  li a:visited { 
  color: #ff0000; 
  text-decoration: none; 
  font-weight: bold; 
  } 
  a:hover { 
  color: #0000cd; 
  padding-bottom: 0px; 
  font-weight: bold; 
  text-decoration: none; 
  } 
  li a:hover { 
  display: block; 
  color: #0000cd; 
  padding-bottom: 0px; 
  font-weight: bold; 
  border-bottom-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-color: #FF9900; 
  } 
  a:active { 
  color: #0000cd; 
  font-weight: bold; 
  }
  /************************* ID's *************************/ 
  #navigation { 
  position: absolute; 
  width: 200px; 
  height: 850px; 
  margin: 0; 
  margin-top: 25px; 
  border-right: 1px solid #FF9900;
  border-top: 1px solid #FF9900;
  font-weight: normal; 
  } 
  #centerDoc { 
  position: absolute; 
  padding: 0 0 20px 0; /* top right bottom left*/ 
  margin-top: 25px; 
  margin-left: 235px;
  border-top: 1px solid #FF9900;
  } 
  