/* External style sheet STYLES.CSS */

.MARGIN_LT {margin-left: 30px;}

BODY, TD, CAPTION, P, A {font-family: Verdana, Arial, sans-serif;}
BODY.background {background-image: url(paper.gif);
      /* background-repeat: no-repeat;        /* repeat-x and repeat-y are nice */
       background-attachment: fixed;}   

BODY {background-color:rgb(220,220,220);}

A:link     {color:rgb(0,0,220);}
A:visited  {color:green;}
A:hover    {color:red;}       /* Only works in IE */
