#navpri, #login, #footer, #banner, #animation {
 display: none;
}

#header * {
 margin: 0;
}

#header h1 span {
 display: none;
}

*
{
 margin: 0;
 padding: 0;
}

p, table, ol, ul, blockquote, h2, h3, h4, h5, h6, form
{
 margin: 0.8em 0 0 0;
}


table {
 border-collapse: collapse;
 width: 90%;
}

table th, table td
{
 padding: 5px;
 border: solid 1px #737277;
}

table th
{
 background-color: #737277;
 color: white;
}