body {
 margin:0%;
 background-color:#CE1126;
 color: white;
 font-family: Verdana, Tahoma, Helvetica, Arial, Serif;
 font-size: 11px;
 text-align: center; 
}

table {
 text-align: center;
 margin-left: 20%;
 margin-right: 20%;
 width: 60%;
 background-color: #009E49;
 color: white;
 border: 1px white solid;
 border-collapse: collapse;
}

.menu {
 border: 0;
}

tr {
 text-align: left;
 vertical-align: top;
 font-size: 12px
}

th {
 background-color: #CE1126;
 border: 1px white solid;
 color: white;
}

td {
 border: 1px white solid;
 margin-left: 200px;
 margin-right: 20px;
}

img {
 border:2px solid white;
}

a:link { color: white; }
a:visited { color: white; }
a:active { color: white; }
a:hover { color: white; }

