@import 'useful.css';
@import 'content.css';

* {
    margin: 0;
    padding: 0;
    background: none;
    color: #000 !important;
}

#menu, #leftPart, #submenu, #breadCrumbs, #footer .links {
	display: none;
}

table tr th {
    border-bottom: 1px #ca3092 solid;
}

#footer {
    border-top: 1px solid #ca3092;
    padding-top: 10px;
}
