/* rgsstyle1.css */

  body {
  background-image: url(yellow_stucco.gif);
  background-height: 7px;
  background-repeat: repeat;}
  img {
  border-color: #CC9900; border-width: 7px; border-style: groove; cursor: crosshair;}
  img.pointer {
  cursor: pointer}
  h1 {font-size: 180%;color: rgb(0,0,255);font-style: bold} 
  h2 {font-size: 150%}
  h3 {font-size: 120%;font-style: bold} 
  h4 {font-style: italic; font-weight="600"} 
  hr {
  color: #000000; }
  p { 
  font-size:  100%;} 
  p.ralign {
  text-align: right;} 
  a:link {color: #0000FF;} a:visited {color: #0000FF;} a:hover {background: #CC9900;}

  #footer {
  float: right;
  width: 130px;
  }
  
