* {              
  margin: 0;                 
}

a:hover { color: red; }
                 
html, body {   
 height: 100%;              
color: pink;
}                   

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;    
}             

.footer, .push {
    height: 4em;
 text-align: center;
 font-weight: bold;
}                  
a { color: magenta;                                                                                                                                                              
font-weight: bold;                                                                                                                                                               
 }                                                                                                                                                                               
                                                                                                                                                                                 
table.menu a { text-decoration: none; 
font-size: 24px;                                                                                                                                                                 
}                                                                                                                                          
                                                                                                                                                              
                      
