/* This is a comment tag for css that makes the info invisible to the browser */
/* Changing the values of the properties below will change the entire document's style */

/* Default properties*/
body { font-family: Arial, sans serif; color: #0000FF; background-color: #FFFFFF }

/*Table data properties*/
td { font-family: Arial, sans serif; font-size: 100% }

A.type1:link    {color:#0000FF; text-decoration:underline;}
A.type1:visited {color:#800040; text-decoration:underline;}
A.type1:active  {color:#FF0000; text-decoration:none;}
A.type1:hover   {color:#FF0000; text-decoration:none;}


