td.tile {
  width:200px;
  height:120px;
  font-size:20px;
  vertical-align: top;
  border:3px solid black;
  padding:10px 10px 10px 10px; 
}

td.tile:hover {
  border:3px solid grey;
}

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

.tileTitle {
  font-weight:300;
  font-size:110%;
  color: white;
} 

.tileSubtitle {
  font-weight:300;
  font-size:80%;
  color: white;
} 

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
body { margin:0px; padding-left:10px; padding-right:10px; font-family:'verdana';color:white;background:black;}

#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -4em;
 font-weight:100;
 font-size:70%;
 border-top-style:solid;
 padding-top:2px;
 border-color: white;
 border-width:1px;
}

#content { 
  padding-bottom: 3em; 
  padding-top: 10px;
}
