body {

      font-size: 16 ;
	
      color: black;

      font-weight: bold 
  
     
}

body {

      background: url(http://www.thesquareboys.com/images/imgback.jpg);

      background-repeat: no-repeat;

      background-attachment: scroll;

      background-position: top;
    
      background-color: cccccc;

}

body {

SCROLLBAR-FACE-COLOR:black; SCROLLBAR-HIGHLIGHT-COLOR:gray; SCROLLBAR-SHADOW-COLOR: gray; SCROLLBAR-3DLIGHT-COLOR: black; SCROLLBAR-ARROW-COLOR: red; SCROLLBAR-TRACK-COLOR: black; SCROLLBAR-DARKSHADOW-COLOR: black; SCROLLBAR-BASE-COLOR: gray

}

h1  { /* big red */

	color: FF0000;

	

      font-size: 1.75em ;   
      

}

h2  {/* red, not so big as red */

	color: FF0000;

	

      font-size: 1.50 em ;   

      

}
h3  { /* use as alternate colored text, not heading - [white] */

      font-size: 1.00em ;
	
      color: FFFFFF;

      font-weight: bold 

}

h4  { /* use as alternate colored text, not heading  - [red]*/

      font-size: 1.00em ;
	
      color: FF0000;

      font-weight: bold 
      

}

a:link {color: blue; }
a:visited {color:blue; }
a:hover {color:red; }
a:active { }
