body {
    margin: 0 auto;
    padding: 0;
    font-family: "Times New Roman",Serif;
    background: #fff;
    color: #000;
}
#container {
    margin: 2% 3%;
    width: 100%;
    float: none !important;
    background-color: #fff;
    color: #000
}
#main {
    float: none !important;
}
#logo h1 {
    margin: 0 0 10px 0;
}
#tabs, #navitabs, #sidebar, .hide, #desc, #footer, #naj, #navcontainer {
    display: none;
}
a {
    text-decoration: underline;
    color: #0000FF;
}
table th {
	text-align: left;
}

