/*
 *  TSD Style Sheet
 *  Copyright © 1997 Temporary Sanity Designs
 *  February 25, 1997
 */

/* Headers */

H3 {font-size: 14pt;
    font-weight: bold;
    font-family: "Futura Md BT, Verdana, Arial, Helvetica, sans-serif";}

H4 {font-size: 12pt;
    font-weight: bold;
    font-family: "Futura Md BT, Verdana, Arial, Helvetica, sans-serif";}

/* Body */

BODY {font-size: 10pt;
    font-family: Verdana;}
TABLE {font-size: 10pt}	/* IE4 fix */

FONT.header {font-size: 11pt}
FONT.header2 {font-size: 10pt}
FONT.link {font-size: 12pt}

SPAN.footer {font-size: 9pt;
    font-weight: light;
    font-family: "Futura Md BT, Verdana, Arial, Helvetica, sans-serif";}

CODE.filename {font-size: 11pt;
    font-weight: light;
    font-family: "Lucida Console, Courier New, Courier, monospaced";}

/* Links (no underlines) */

A:link {color: #000066; text-decoration: none}
A:visited {color: #660066; text-decoration: none}
A:active {color: #660000; text-decoration: none}
