a.navigationLink			{ text-decoration: none }
a:link						{ color: #8F0000 }
a:visited					{ color: #FF6060 }
a.navigationLink:hover		{ text-decoration: underline }
a.navigationLink:active		{ text-decoration: underline }
a:hover						{ color: #FF0000; background: #B3B3B3 }
a:active					{ color: #FF0000 }
a.img:hover					{ color: #FF0000; background: transparent }
a.img:active				{ color: #FF0000; background: transparent }

/* 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: 0pt 0pt }

span.navigationLink			{ font: normal 10pt "Helvetica", "Arial", "Geneva", sans-serif }
hr							{ color: #000000 }
p							{ font: normal 12pt "Times", "Times New Roman", serif }
p.introtext					{ font: normal 14pt "Times", "Times New Roman", serif }
span.underconstruction		{ font: italic bold 36pt "Times", "Times New Roman", serif }
span.dfweuronetwork			{ font-weight: bold; color: #FF2121 }
span.pagesubtitle			{ color: #FF2121; font: small-caps bold 16pt "Helvetica", "Arial", "Geneva", sans-serif }
span.pagetitle				{ color: #FF2121; font: bold 24pt "Helvetica", "Arial", "Geneva", sans-serif }
span.required				{ color: #FF0000 }
span.smallcaps				{ font-variant: small-caps }
table.copyright				{ font: normal 10pt "Times", "Times New Roman", serif }
table						{ font: normal 12pt "Times", "Times New Roman", serif }
td.navigationBorderShadow	{ background: #000000 }
td.navigationBorderWhite	{ background: #FFFFFF }
td.navigationCell			{ background: #DCDCDC }
ul							{ font: normal 12pt "Times", "Times New Roman", serif }

