/* jolane.com Style Sheet - Created 28/03/03 singram, last Modified 28/03/03 singram */ 

/* general font size, font family, and font colour settings */
body								{background-color:white; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#003366;}
p										{font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#003366;}
td									{font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#003366;}
th									{font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#003366; background-color:#E5ECEE; font-weight: normal;}  /* had to add in the font-weight property because th tags seem to automatically bold contents */

/* link styles */
a:link									{color:#339999; text-decoration: underline} /* dark blue-grey */
a:visited								{color:#339999; text-decoration: underline} /* green */
a:hover									{color:#007979; text-decoration: underline} /* green */
a:active								{color:#007979; text-decoration: underline} /* green */

/* 

bgcolor="#FFFFFF" text="#003366" alink="#339999" vlink="#339999" link="#339999" topmargin="0" leftmargin="0" marginheight=0 marginwidth=0>

 */