a:link						{ color: #8E04C9 }
a:visited					{ color: #B300FF }
a:active					{ color: #B405FF }

/* 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: #FFFFCC; color: #480266; margin: 0pt 0pt }
body.compass				{ background: url(images/compassFullPage.jpg); background-repeat: no-repeat }

p							{ font: italic 14pt "Times", "Times New Roman", serif }
p.reverse					{ background-color: #6A0396; font: italic 14pt "Times", "Times New Roman", serif; color: white }
p.introtext					{ font: italic 20pt "Times", "Times New Roman", serif }
span.underconstruction		{ font: italic bold 32pt "Times", "Times New Roman", serif }
span.dfworientation			{ font-weight: bold; color: #6A0396 }
span.pagesubtitle			{ color: #6A0396; font: small-caps bold italic 24pt "Times", "Times New Roman", serif }
span.pagetitle				{ color: #6A0396; font: small-caps bold italic 30pt "Times", "Times New Roman", serif }
span.required				{ color: #FF0000 }
span.smallcaps				{ font-variant: small-caps }
table.copyright				{ font: normal 10pt "Times", "Times New Roman", serif }
table.form					{ font: italic 14pt "Times", "Times New Roman", serif }
table.compass				{ background: url(images/compassFullPage.jpg) }
td.leftMastheadCompass		{ background: url(images/leftCompassMasthead.jpg) }
td.rightMastheadCompass		{ background: url(images/rightCompassMasthead.jpg) }
ul							{ font: italic 14pt "Times", "Times New Roman", serif }
hr							{ color: #8E04C9 }
