html, body { margin: 0px; padding: 0px; height:100%; }
td.green { width: 100px; background-color: #165B2E; }  
td.blue { width: 100px; background-color: #0054A5; }  
td.grey { height: 100px; background-color: #A6A6A6; }
td.pink { height: 100px; background-color: #EF038C; }
h1 { font-family: verdana; text-decoration: none; font-size: 0.7em; font-weight: bold; color: #A6A6A6; vertical-align: center; text-align: center; margin-bottom: 0px; } 
h2 { font-family: verdana; text-decoration: none; font-size: 0.5em; font-weight: bold; color: #FFFFF1; vertical-align: center; text-align: center; margin-top: 0px; margin-bottom: 0px; } 
.text { font-family: verdana; text-decoration: none; font-size: 0.7em; font-weight: bold; color: #0054A5; vertical-align: center; text-align: center; margin-bottom: 0px; } 
.textgreen { font-family: verdana; text-decoration: none; font-size: 0.7em; font-weight: bold; color: #165B2E; vertical-align: center; text-align: center; margin-bottom: 0px; } 