a:link						{ font: bold; color: #8F0000 }
a:visited					{ font: bold; color: #FF6060 }
a:hover						{ font: bold; color: #FF0000 }
a:active					{ font: bold; color: #FF0000 }

/* Because of a bug in Netscape 4.7x's interpretations of CSS, we need the background's URL to be specified using the absolute notation. */
/* This presents a problem with non-root-server testing, but should be set this way once this is uploaded to a server.  The bug is that */
/* Netscape makes the URL relative to the page including this style sheet and not relative to the style sheet.  This is fixed in Netscape 6. */
body						{ background: white; color: black; margin: 8pt 8pt }

hr							{ color: #000000 }
p							{ font: normal 16pt "Times", "Times New Roman", serif }
h2							{ color: #FF2121; font: italic bold 18pt "Helvetica", "Arial", "Geneva", sans-serif }
span.underconstruction		{ font: italic bold 36pt "Times", "Times New Roman", serif }
span.onebodyfitness			{ font-weight: bold; color: #FF2121 }
span.aboutUsColor			{ color: #CC3399 }
span.contactUsColor			{ color: #FF0000 }
span.corporateWellnessColor	{ color: #339933 }
span.personalWellnessColor	{ color: #0000FF }
span.productsColor			{ color: #E5DA00 }
span.nursesCEDColor			{ color: #5DBCED }
span.membersOnlyColor		{ color: #FF0000 }
span.pagesubtitle			{ font: bold italic 24pt "Helvetica", "Arial", "Geneva", sans-serif }
span.pagetitle				{ color: #FF2121; font: bold italic 36pt "Helvetica", "Arial", "Geneva", sans-serif }
span.required				{ color: #FF0000 }
span.smallcaps				{ font-variant: small-caps }
table						{ font: normal 16pt "Times", "Times New Roman", serif }
table.copyright				{ font: normal 12pt "Times", "Times New Roman", serif }
table.textlinks				{ font: normal 12pt "Times", "Times New Roman", serif }
ul							{ font: normal 16pt "Times", "Times New Roman", serif }

