<!--

A:hover         { TEXT-DECORATION: underline; color: #FF9900; } 
A:link          { TEXT-DECORATION: underline; color: #333333; }
A:visited       { TEXT-DECORATION: underline; }

.bgnews {
        background-attachment: fixed;
        background-image: url(bgflowernews.gif);
        background-repeat: no-repeat;
        background-position: center top;
}

body {
        margin-bottom: 0px;
        background-color: FFFFFF;
        background-attachment: fixed;
        background-position: left top;
        font-family: Verdana, Arial, Helvetica, sans-serif;
         
        
}



.form {
        border: 1px;
        border-bottom-color: Gray;
        border-left-color: Gray;
        border-top-color: Gray;
        border-right-color: Gray;
        border-style: solid;
        background-color: White;
        scrollbar-face-color: Gray;
        scrollbar-arrow-color: White;
        scrollbar-darkshadow-color: Black;
        scrollbar-track-color: Silver;
        scrollbar-3dlight-color: Silver;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: Smaller;
        
}

.line {
	border: thin dotted Purple;
	
}

-->