body         { font-family: Arial, sans-serif; color: #000000; background-color: #CCCCCC; 
        }
body.middle  {
	background-image: url(images/bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: center center;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: black;
	background-attachment: fixed;

}
A {text-decoration= none; }
A:link {
    color: #990000;
  }
  A:active {
    color: #CC0000;
  }
  A:visited {
    color: #993333;
  }
A:hover { text-decoration: underline; color: #CC0000; }

  H1 {
    text-align: center;
  }
