/* CSS Document *//* Redefine HTML tags */body,td,li {        font-size: 11pt;	font-family: Verdana, Arial, Helvetica, sans-serif; /* typically the font we use */}a:link {    color: blue;    text-decoration: none;}a:visited {    color: blue;    text-decoration: none;}