body {
   width:99%;
   background:#FFFFFF;
   font-family: Arial, Helvetica, sans-serif; 
   font-size:10pt;
   color:#CCCCCC; 
}

#container {
   width:325px;
   margin:0px auto; /* Center align the whole page (horizontally) */
   text-align: center;
}

a:link{color:#cccccc;}
a:visited{color:#cccccc;}
a:active{color:#cccccc;}
a:hover{color:black;}
