a {text-decoration:none}
a:link    {text-decoration:none; color:blue;}
a:visited {text-decoration:none; color:navy;}
a:hover   {text-decoration:underline; color:red;}
a:active  {text-decoration:none; color:pink; background:aqua;}

body      {background-color:#ffffff; color:gray; font-size:10pt}

div       {font-size: 10pt}
p         {font-size: 10pt}
td        {font-size: 10pt}
th        {font-size: 10pt}
td        {font-size: 10pt}
pre       {font-size: 10pt}
.small    {font-size: 7pt}
.big      {font-size: 12pt}
