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

 td {                 text-decoration: none; 
                     font-family: 'Advent Pro', sans-serif;
                     font-size: 16px;
                     color:black; }

 body,html { 
                     #height:100%;
                     #width:100%;
                     margin:0px;
                     padding:0px;  
                     color:white;
                     background-color: black;
                     text-decoration: none; 
                     font-family: 'Advent Pro', sans-serif;
                     font-size: 16px;
                    }


 
 .centerwrapper {
                     position:absolute;
                     overflow:visible;
                     min-width:1100px;
                     width:100%;
                     height:100%;
 
                     margin-left:auto;
                     margin-right:auto;
                     background-color:blue; }


