    H1  {
	    font-family : Arial;
		color : Yellow;
    }
     A:link, A:visited, A:active, A:hover  {
      	text-decoration : underline;
      	font-color : ffff00;
      	color : Yellow;
      }
      
      BODY  {
      	font-family : arial,helvetica;
      	color : ffffff;
      	background-color : 000000;
      }
      P  {
      	font-family : arial,helvetica;
      	color : ffffff;
      }
      
      TD  {
      	font-family : arial,helvetica;
		color : ffffff;
      	background-color : CC0000;
      }

      TD.textarea  {
    	font-family : arial,helvetica;
	    color : ffffff;
	    background-color : CC0000;
	    font-size : smaller;
      }

      TD.black  {
      	font-family : arial,helvetica;
		color : ffffff;
      	background-color : 000000;
      }

      TD.white  {
      	font-family : arial,helvetica;
		color : 000000;
      	background-color : ffffff;
      }


      TD.header  {
      	font-family : arial,helvetica;
      	font-weight : bold;
		color : ffffff;
      	background-color : 000000;
      }

      TD.header2  {
      	font-family : arial,helvetica;
      	font-weight : normal;
		color : ffffff;
      	background-color : 000000;
      }

      
	a.error {
      	font-family : arial,helvetica;
      	font-weight : normal;
		color : Yellow;
	}
	

