/* rgsstyle2.css */ 

  body { 
  background-color: #00666b; 
  color: #000000; 
  margin-left: 30px;
  margin-right: 30px;
  font-size: 110%;
  font-weight: bold;}
  
  a:link { color: #000080;} a:visited { color: #3399FF;} a:hover { background: #CC9900; color: #000080;}
  
  .gold { color: #CC9900;}
  
  h1 {
  font-size: 200%; 
  font-style: bold; }
  
  h2 { font-size: 180%}
  h3 { font-style: bold}
  
  i { 
  font-weight: 600; 
  font-size: 95%;}
  
  ul {list-style-type: disk;}
  
  p {font-style: bold;}
  
  img {
  border-color: #000000; 
  border-width: 5px; 
  border-style: solid; 
  cursor: crosshair; }
  
  img.pointer { cursor: pointer;}
  
  #footer {
  float: right;
  width: 130px;
  }

  table {
  font-size: 110%;
  font-style: bold; }