a:link { color: yellow; text-decoration: underline;}
a:visited { color: yellow; text-decoration: underline;}

 .heading {/* style grouping for content divs */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: larger;
   font-weight: bold;
  text-decoration: underline;
}
 .totals_heading {/* style grouping for content divs */
 font: black;
   font-weight: Bold;  
  }
body {
 margin:0; 
 padding:0 10px 0 10px; 
 border:0; 
 height:100%; 
 overflow-y:auto; 
 background: blue; 
 color: white; 
 font: sans-serif;    
 font-weight: Bold; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

.float_total{
 color: blue;
 float: right;
 position: fixed;
 left:560px;
 top:100px;
 width: 13em;
 margin: 0 0.2em 0.2em 0;
 background: white;
 border-top: 2px dotted #cd853f;
 border-left: 2px dotted #cd853f;
 border-right: 2px dotted #cd853f;
 border-bottom: 2px dotted #cd853f;
}
.small{
  font-size: smaller;  
}

