/* **************************************************************
*
* Program : alert.css
* Author  : Graham Chapman
* Created : 03-02-00
* System  : alert
* Function: Document styles used by all alert functions.
*	First part stolen shamelessly from eregisters docstyles.css.
*	Second part contributed by Alex Chau. I think the hover stuff 
*	produces fancy menu item colour changes on mouse over, but only
*	for MSIE. We could do the same in Javascript, but it means two
*	sets of gifs for each menu item, which is a waste of bandwidth.
* Changes -
*  dd-mm-yy     tag    description
*
* ident "@(#)alert:alert.css           1.1"
*************************************************************** */

BODY, .body, .input, .data, .guide {
        font-family: Helvetica, Arial, sans-serif;
        color: #000000;
        font-weight: normal;
        font-size: 10pt; }
<--
H4.text{text-decoration:none;color:BLACK; font-weight=normal; font-size:11pt; font-family:"Arial";}
.catagery{color:purple; font-weight=BOLD; font-size:11pt; font-family:"Arial";}
.catagery:hover{color:red; font-weight=BOLD; font-size:11pt; font-family:"Arial";}
.link:hover {color:red; font-weight=normal; font-size:11pt; font-family:"Arial";} 
.link {color:blue; font-weight=normal; font-size:11pt; font-family:"Arial";}
.menu {font-size:12pt; color:#3366CC; font-weight:BOLD;}
.menu:hover{color:red; font-size:13pt;}
.title {text-decoration:none; font-size:14pt; color:brown; font-weight:BOLD;}
--!>
