
/* The  wws_subscribe tag is the font used for the Subscribe form itself  */
.wws_subscribe {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color : #000000;
	font-size : 10pt;
}


/* The wws_thanks tag is the font used for the Thank You headline on the page after the
subscriber presses the Subscribe button    */
.wws_thanks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 14pt;
}


/* The  wws_notify is the font used for the body text on the page after the
subscriber presses the Subscribe button    */
.wws_notify {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color : #000000;
    font-size : 10pt;
    font-weight: bold;
}