 
BODY{    color: black; background:#FEFDF8;    font-family:  arial,   verdana , helvetica }
P, Form, T, TD, TR, TABLE, DIV  {   color: black;     font-family: arial, verdana , helvetica }




 A:link  {text-decoration:none; color: blue}

A:hover {text-decoration:none ; color: red }

 A:visited {text-decoration:none ; color: #551a8b}


<!--
---------------------------------------------------------------------------
NOTE: This file is also used in the redletterpress.org  folder  (see comment 6/15/10)
--------------------------------------------------------------------------
 Modified 4/22/02 to change link colors from purple to red, and add black color  definition

Modified 4/23/02 to correct font family quote marks and to add FORM, TD, TR, and consolidate BODY and P tags
Modified 5/11/02 to change font family

Modified 6/29/04 to change link colors, red visited to #551a8b( sort of purple), deleted active link, relocated the comments to the bottom of the file which corrected the problems with the styles link colors.  The relocation of the link definitions to below the text styles is not important. Deleted the A:other.etc.  link definitions.

Modified 6/15/10 to change the body background color to #FEFDF8......the file was NOT changed in the redletterpress.org folder
-->