webGlCanvas 
{
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

body 
{
    background-color:#f0f0f0;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

h3
{
text-align:left;
}


p 
{
    text-align: justify;
    font-weight:normal;
}

em 
{
    font-weight:normal;
}

img
{  
    border-style: none;
}

ul
{
    list-style-type: none;
    padding-left:0;
}

li
{
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding:0px;
    font-weight:normal;

}

th
{

}

#statscell
{
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
}


#paper 
{
    background-color:#ffffff; 
    border: 1px solid #89816f;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto; 
    margin-right: auto;
    padding:30px;
    display: inline-block;
    display: -moz-inline-stack;
}

#wrapper
{
    text-align: center;

}

