require_once "maincore.php";
require_once THEMES."templates/header.php";
?><style>
table {
border-collapse: collapse;
}
table, td, th {
}
th {
background-color: #8B728E;
color: #C376CC;
}
</style>
<table><tr>
<th>
<?
?>
</th><?
require_once THEMES."templates/footer.php";
?>