img.bg {
  display: block;
}

form {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    font-family: Arial;
    font-size: 10pt;
    color: #333333;
}

p, td {
    color: #333333;
}

a {
    text-decoration: none;
    color: #0000cc;
}

a:active {
    text-decoration: none;
    color: #0000cc;
}

a:visited {
    text-decoration: none;
    color: #0000cc;
}

a:hover {
    text-decoration: underline;
    color: #0000cc;
}

ul.side-nav {
    list-style: none outside none;
    padding-left: 10px;
}

ul.side-nav li.menu-item {
    text-color: white;
    border: 1px solid black;
    background-color: #3399cc;
    padding: 3px;
    margin-bottom: 1px;
}

/* CSS menu */

.menu-outer {
    list-style: none;
    margin: 0px 0px 0px 3px;
    padding: 0px;
}

#menu {
    width: 160px;
    border-style: solid solid none solid;
    border-color: #0e69be;
    border-size: 1px;
    border-width: 1px;
}

#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu li a {
    height: 32px;
    height: 24px;
    text-decoration: none;
    font-weight: bold;
}   

#menu li a:link, #menu li a:visited {
    color: #0e69be;
    display: block;
    background: url(../images/v3.png);
    background-repeat: no-repeat;
    padding: 8px 0px 0px 10px;
}

#menu li a:hover {
    color: #0e69be;
    background: url(../images/v3.png) 0px -32px;
    background-repeat: no-repeat;
    padding: 8px 0px 0px 10px;
}

#menu li a:active,
#menu li a.active {
    color: #0e69be;
    background: url(../images/v3.png) 0px -64px;
    background-repeat: no-repeat;
    padding: 8px 0px 0px 10px;
}

/* END CSS menu */

.console-header {
    background-color: white;
    color: black;
}

.game-name {
    background-color: #669ace;
    color: white;
    font-weight: bold;
}

.game-info {
    background-color: #e9e9e9;

}

