   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
	  
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
	  border-collapse: collapse;
   }

body { font-family: Verdana; font-size: 10px} 
p { font-family: Verdana; font-size: 10px} 
li{ font-family: Verdana; font-size: 10px}
td{ font-family: Verdana; font-size: 12px}

 a:link { text-decoration: none; color: black}a:visited { text-decoration: none; color: black}a:active { text-decoration: none; color: black}a:hover { text-decoration: underline}
