@import url(http://fonts.googleapis.com/css?family=Press+Start+2P&subset=latin,latin-ext);

pre{
font-family: 'Press Start 2P', monospace;
}

body{
font-family: 'Press Start 2P', cursive;
font-size: 8px;
color: white;
text-decoration : none;
text-align: center; /* for IE */
text-align: left; /* reset text alignment */
width: 800px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */ 
background: #44F;
}

.logo {
color: black;
background-color: white;
}

#menu {
background-color: black;
}

.main {
color: black;
}

a {
color: white;
text-decoration: none;
}

a:hover {
color: #44F;
background: white;
}

a:visited {}

th a, th a:hover, th a:visited {
color: #44F;
background: white;
}

.tail {
color: #000;
}
