/* CSS Document */
body {background-color: #aaaaaa;
      font-family: Arial, Helvetica, sans-serif;
	   color: #9b0059;
      font-weight: bold;
	   background-repeat: no-repeat;
		}

td {font-size: 10pt;}
  
a:link {color: #9b0059;}
a:visited {color: #8d225f;}
a:active {color: #8d725f;}

div.centered {text-align: center;}
div.centered table {margin-left: auto; margin-right:auto; text-align: left;}
