html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
    line-height: 1.5; 
    background: #fff;
    background: #F8F8FF;
    font-family: Verdana, Tahoma, Calibri, Arial, Helvetica, sans-serif;
    font-size: 75%;
}


a:hover { background: #333; }
.clear { clear: both; }

#languages { 
    margin-top: 150px;
    text-align: center;
}

.langs td a { 
    margin: 0 5px;
    padding: 0 5px; 
    display: block;
    background: #ED1C24; 
    color: #fff; 
    padding: 2px 10px; 
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
}


#languages a:hover { 
    background: #333;     
}


#languages a { 
    color: #fff;
    text-decoration: none;
}


html, body { 
    height: 100%; 
    margin: 0; 
    padding: 0;
    color: white; 
    text-align: center; 
}

div#centered { 
    border: 0;  
    height: 50%; 
    width: 50%;
    position: absolute; 
    left: 25%; top: 25%; 
    color: black; 
}


.langsTable { width: 100%; }

.langs td { width: 100px; text-align: center;}

