/* STYLE 1 */
BODY { color:RED;
             font-family: garamond, ms sans serif; 
             font-size:16pt; 
             font-weight:bold;
             background-color:BLACK;
             scrollbar-face-color:BLACK;
             scrollbar-highlight-color:RED;
             scrollbar-3dlight-color:MAROON;
             scrollbar-shadow-color:FIREBRICK;
             scrollbar-darkshadow-color:BLACK;
             scrollbar-arrow-color:RED;
             scrollbar-track-color:BLACK;
            }

INPUT { font-family: garamond, ms sans serif; 
             font-size:10pt; 
             font-weight:bold;
             background-color:BLACK; 
             color:RED; 
             border-color:FIREBRICK;
             width:150;
             cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D7494/image.gif");
            }

a:link   { font-family: garamond, ms sans serif;
             font-size:14pt;
             font-weight:bold;
             background-color:BLACK; 
             color:RED; 
             border-color:FIREBRICK;
             cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D7494/image.gif");
            }

a:visited{font-family: garamond, ms sans serif;
             font-size:14pt;
             font-weight:bold;
             background-color:BLACK; 
             color:FIREBRICK; 
             border-color:RED;
             cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D7494/image.gif");
             }

a:hover{color: RED;
             font-size:18pt;
             font-weight: bold;
            } 

LI          {text-decoration: underline;
             }

TD#News{color:RED;
                font-size:18pt;
                }

