 
 Body {
 	background-color: #fef7db;
	color: black;
	font-family: arial,helvetica,verdana;
 }

.TITLE {
      	font-family: arial,helvetica,verdana; 
        font-size: 1.5em;
        font-weight: bold;   
        color: black; 
}

.NORMAL {
	font-family: arial,helvetica,verdana; 
        font-size: 1em;
        font-weight: normal;   
        color: black;
 }

.SPECIAL {
       font-family: arial,helvetica,verdana;
       font-size: 1.1em;
       font-weight: normal;
       color: navy;
}

.ERROR {
       font-family: arial,helvetica,verdana;
       font-size: 1.1em;
       font-weight: bold;
       color: red;
}
.INFO {
      font-family: arial,helvetica,verdana;
      font-size: 8pt;
      font-weight: normal; 
      color: gray;
}

A:link {
       color: blue;
       text-decoration: none;
       font-weight: bold;
}

A:hover {
	color: red;
}

A:visited {
      color: DarkBlue;  
      text-decoration: none;
      font-weight: bold;
}
