body {background-image: url(graphics/brick1a.jpg) ; background-attachment: fixed}
body {bgproperties="FIXED"}
body {basefont size="3"}


/*
a.yo {
display: block;
width: 50px;	
height: 20px;
background: transparent url(a-bullet.gif) no-repeat;
}

a.yo:hover {
background-position: 8px 0;
}

        img.gif is an improved-transparency a-bullet.gif, the largest one
*/

ul.SimpleHorizMenu {
  margin-left: 0px;
  padding-left: 0px;
}
ul.SimpleHorizMenu li {
  display: inline;
  background-color: #C0C0C0;
  border-style: outset;
  border-width: 1px;
}
ul.SimpleHorizMenu li a {
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em
}
ul.SimpleHorizMenu li a:hover {
  background-color: #D0D0D0
}

a.yo {
display: block;
width: 50px;	
height: 20px;
background: transparent url(img.gif) no-repeat;
}

a.yo:hover {
background-position: 8px 0;
}


a.yo {
display: block;
width: 50px;	
height: 20px;
background: transparent url(img2.gif) no-repeat;
}

a.yo:hover {
background: transparent url(img1.gif) no-repeat;
background-position: 8px 0;
}


/*
a.ya {
display: block;
width: 50px;	
height: 20px;
background: transparent url(graphics/brick2.png) no-repeat;
}

a.ya:hover {
background-position: 8px 0;
}

        



a.ya {
display: block;
width: 50px;	
height: 13px;
background: transparent url(graphics/brick2.gif) no-repeat;
}

a.ya:hover {
background-position: 8px 0;
}

*/

a.ya {
display: block;
width: 46px;	
height: 16px;
background: transparent url(graphics/brick2.gif) no-repeat;
}

a.ya:hover {
background: transparent url(graphics/brick2.gif) no-repeat;
background-position: 6px 0;
}

a.yam {
display: block;
width: 46px;	
height: 16px;
background: transparent url(graphics/brick2mb.gif) no-repeat;
}

a.yam:hover {
background: transparent url(graphics/brick2m.gif) no-repeat;
background-position: 6px 0;
}

/* the below is why an unclosed "<a" caused body text to get red! */
a:hover {
	color: #CC0000;
}


#anchor1 {
width : 17px;
height : 7px;
background-image : url(foo.png);
}

#anchor1:hover {
background-image : url(bar.png);
}

