/* All this just to style the freaking mailto link.
  Gawd do I hate the bloat IE forces me to use.     */

/* note to self: clean this up now that I don't bother styling for IE */

#boxcars {
     float: left;
     text-align: center;
     margin: 1em;
     margin-left: 0;
     margin-right: 1.5em; 
     background: none;
     color: white;
     }
#boxcars img { color: white; background:black }
#boxcars a:link { 
     display: block; 
     height: 50px; 
     width: 300px; 
     background: #330099;
     color: white; 
     padding: 4px;
     text-decoration: none;
     border: 2px solid #330099;
     }
#boxcars a:visited { 
     display: block; 
     height: 50px; 
     width: 300px; 
     background: #330099;
     color: white; 
     padding: 4px;
     text-decoration: none;
     border: 2px solid #330099;
     }
#boxcars a:hover { 
     display: block; 
     height: 50px; 
     width: 300px; 
     background: #FFFFCC;
     color: black; 
     padding: 4px;
     text-decoration: none;
     border: 2px solid #330099;
     }
#boxcars a:active { 
     display: block; 
     height: 50px; 
     width: 300px; 
     background: #FFFFCC;
     color: black; 
     padding: 4px;
     text-decoration: none;
     border: 2px solid #330099;
     }