
      A:link  {
      	text-decoration : none;
      	color : #FF8000;
      	font-family : Arial, Helvetica, sans-serif;
      	font-size : 12px;
      	font-style :  bold;
      }

      A:visited  {
      	text-decoration : none;
      	color : #FF8000;
      	font-family : Arial, Helvetica, sans-serif;
      	font-size : 12px;
      	font-style :  bold;
      }

      A:active  {
      	text-decoration : none;
      	color : red;
      	font-family : Arial, Helvetica, sans-serif;
      	font-size : 12px;
      	font-style : bold;
      }

      A:hover  {
      	text-decoration : none;
      	text-decoration : none;
      	color : #FFD700;
      	font-family : Arial, Helvetica, sans-serif;
      	font-size : 12px;
      	font-style :  bold;
      }



li { text-decoration : none; color : White; font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-style : bold; }

td { text-decoration : none; color : White; font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-style : bold; }



/* This is the formatting for the Explanations site and adds coloured scroll bars*/

BODY {
 scrollbar-base-color: black;
 scrollbar-track-color: Black;
 scrollbar-face-color: #FF8000;
 scrollbar-highlight-color: #FFD700;
 scrollbar-3dlight-color: black;
 scrollbar-darkshadow-color: white;
 scrollbar-shadow-color: black;
 scrollbar-arrow-color: Black;
 }

/* The following are all HEADING FORMATING */

H1 { color: FF8000; font-size: 27px; font-family: Arial, Helvetica, sans-serif } 
H2 { color: FF8000; font-size: 22px; font-family: Arial, Helvetica, sans-serif } 
H3 { color: FF8000; font-size: 17px; font-family: Arial, Helvetica, sans-serif } 
    

/* The following are all TEXT FORMATING */

P {
	text-decoration : none;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
	text-align : justify;
}
I { font-family: Arial, Helvetica, sans-serif }
B { font-family: Arial, Helvetica, sans-serif }

font.articletitle  {
	text-decoration : none;
	color : FF8000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : none;
	font-weight : bold;
	font : italic;
}
font.articlenontitle  {
	text-decoration : none;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : none;
	font-weight : bold;
	font : italic;
}
font.orange  {
	text-decoration : none;
	color : FF8000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : none;
	font-weight : bold;
}
