body
{
background:darkred;
margin:0;
}

div.header
{
padding-bottom:10px;

background-color: black;
width:100%;
color: red;
float:left
}

div.mainText
{
color: white;
}

div.loginText
{
float:right;
font:bold 15px arial;
color:red;
margin-right:5px;
margin-top:11px
}

h1
{
margin: 10px 160px;
font:  bold 40px arial;
}

h2.game
{
font: bold 30px arial;
margin: 0px;
float:left;
}

h2
{
font: bold 30px arial;
margin: 0px;
}

h3
{
margin: 0px;
display inline;
}

a.nav
{
float:left;
text-decoration:none;
color:red;
background-color:black;
padding:0.2em 0.6em;
border-right:1px solid black;
}

a.nav:hover{background-color:darkred;color:black}

a.plain
{
text-decoration:none;
color:white;
width:400px;
}

a
{
color:red
}


img.header
{
float:left
}

img.game
{
float:right;
}

img.gallary
{
margin-left:20px;
margin-bottom:20px;
}

p
{
margin-left:20px;
margin-top:5px;
}

table.game
{
margin-top:20px;
border: 1px solid black;
width: 400px;
}

table.comment
{
margin-top:20px;
border: 1px thick white;
width: 400px;

}

div.date
{
font: bold 10px arial;
float:right;
}

p.game
{
float: left;
display:inline;
}

div.footer
{
font: bold 12px arial;
float:right;
color:white;
margin-right:5px;
}

div.noShow
{
display:none;
}
