a:active  { color: 000000; text-decoration:none; }
a:link    { color: 000000; text-decoration:none; }
a:visited { color: 808080; text-decoration:none; }
a:hover   { color: FF6600; text-decoration:none; }

.samplefont {color: Black; font-weight: bold; font: 18px Arial;}

body { 
   color: yellow; 
   background-color: #006600; 
   background-image: url(/side/left/background); 
   background-repeat: repeat-x; 
   background-attachment: fixed 
}


.oldbody { 
   background-color: #006600;
   background-image: url('/side/left/background'); 
   background-repeat: no-repeat; 
   background-attachment: fixed; 
   background-position: center
}


