﻿*
{
    border: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px
}

body 
{
    font-family: Arial;
    font-size: 10px;
    background-image: url(images/backgrounds/top.png);
    background-repeat: repeat-x
}

a
{
    font-family: Arial;
    font-size: 10px
    
}

.clearboth
{
    clear:both
}

div.game
{
    width:100%;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #666666
}

.GameIcon
{
    text-align: center;
    clear: none;
    float: left;
    padding: 2px 2px 2px 2px;
    margin: 2px;
    border: solid 1px #ffffff
}

div#iconholder
{
    float:left;
    clear: both
}

div h1
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    border-bottom: solid 2px #cccccc;
    margin: 6px 5px 10px 5px;
    color: #000000
}

div h2
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 6px 5px 10px 5px;
    border-bottom: dotted 1px #cccccc;
    color: #000000;
    clear:none
}

div hr
{
    width: 450px;
    border: dotted 1px #cccccc;
    height: 1px
}

div#main p
{
    margin: 4px 5px 10px 5px;
    text-align: left
}