/* 
   Style sheet common to all of SAFDA site
*/

body { 
  font-family: Arial, Arial, Arial; 
  color: #ffffff;
  SCROLLBAR-FACE-COLOR: #000033; 
  SCROLLBAR-HIGHLIGHT-COLOR: #000099; 
  SCROLLBAR-SHADOW-COLOR: #000022;
  SCROLLBAR-3DLIGHT-COLOR: #660000;
  SCROLLBAR-ARROW-COLOR: #ffc016;
  SCROLLBAR-TRACK-COLOR: #660000;
  SCROLLBAR-DARKSHADOW-COLOR: #000011;
  background-color: #000033
}

a:link {color: #0000A0;text-decoration: underline}     /* unvisited link */
a:visited {color: #0000A0;text-decoration: underline}  /* visited link */
a:hover {color: #FF0000;text-decoration: underline}   /* mouse over link */
a:active {color: #FF0000;text-decoration: underline}   /* selected link */
