body {
      background-image: url("../images/background.gif");
      text-align:center;
     }

table { 
       table-layout: fixed;
       margin-left: auto;
       margin-right: auto;
      }

td {
    color: green;
    font-family: Harrington, Georgia, Times;
   }

a:link { 
	  color: green;
	 }
a:visited { 
	     color: green;
	    }
a:active { 
	    color: yellow;
	   }

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("http://www.andrewswoods.org/virtual_html/images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("http://www.andrewswoods.org/virtual_html/images/magminus.cur"), pointer;
}