BODY { background-image:url("/images/rdwdbgrd.jpg");
/* Defines the location of the background image (relative or absolute location) */
background-attachment:fixed;
/* Sets the image to be fixed in place and will not scroll with page content*/
background-repeat:no-repeat;
/* The background image is to display one time only */
background-position:Center Right; 
/* The background image will always be in the Center Right of the browser*/}

P {font-family: Trebuchet MS, Arial, sans-serif; color:#003333}
DIV {font-family: Trebuchet MS, Arial, sans-serif; color:#003333}
UL {font-family: Trebuchet MS, Arial, sans-serif; color:#003333}
LI {font-family: Trebuchet MS, Arial, sans-serif; color:#003333}

A:link {font-family: Trebuchet MS, Arial, sans-serif; color:#006666; text-decoration:none}
A:hover {font-family: Trebuchet MS, Arial, sans-serif; color:#006666; text-decoration:underline}

A:visited {font-family: Trebuchet MS, Arial, sans-serif; color:#006666; text-decoration:none}
