/* Styles included in other pages -- these define colors and fonts for the app */ /* Color used for general background of frames */ .colr {background-color:#006666; color:#FFCC00; } H1,H2,H3,H4,P,LI,UL { font-family: "Tahoma",sans-serif; color:#FFCC00;} .titlelinks {background-color:#006666; font-family:"Arial",sans-serif; color:#FFCC00;} TABLE,TH,TD,TR,TR.normal { background-color:#006666; font-family: "Tahoma",sans-serif; color:#FFCC00; } TR.white { background: white; color:#003000;} /* Hyperlink colors */ A:link {color:#FFCC00; text-decoration: none} A:active {color:#FFCC00; text-decoration: none} A:visited {color:#FFCC00; text-decoration: none} A:hover,TD.hover,.hover {background:#66CC00;} .underline {text-decoration:underline; } P.medium {font-size: 10pt; } .button {background:#CCFFCC; } .big {font-size: 14pt; } .small {font-size: x-small; } /* .small {font-size: 8pt; } */ .txtcolr {font-family: "Tahoma",sans-serif; color:#0033BB;}