/* $Id: style.css,v 1.5 2005/10/18 17:49:55 danmason Exp $ */

a       { color: blue;  text-decoration: none; }
a:hover { color: blue;  text-decoration: underline; }

td      { padding: 4px; background: white; border: 1px solid black; }
td.null { padding: 4px; background: none;  border: none; }

img      { border: 1px solid black; }
img.null { border: none; }

font,p,li,a { font-family: Verdana; font-size: 9pt }
font.tiny   { font-family: Verdana; font-size: 7pt }

font.title   { font-family: Verdana; font-size: 22pt }

input.null { border: none; }
textarea.null { border: none; }

a span.acr {
  display: inline;
}

a:hover span.acr {
  display: none;
}

a:hover span.def {
  display: inline;
}

a span.def {
  display: none;
}

a.acr {
  text-decoration: none;
}



