/* sbin.css */

body {
	background: #321224;

}

td {
	background: #f0f0e0;
	vertical-align: top;
    font-size: 22px;
}

td.mainmenu {
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	background: #321224;
	color: #f0f0e0;
}

td.formlabel {
    text-align: right;
    padding-right: 8px;
}

a {
	color: #600000;
	text-decoration: none;
}

a:hover {
	color: #f0f0e0;
	background: #600000;
	text-decoration: none;
}

a.buttons {
	color: #f0f0e0;
	background: #a00000;
}

a.buttons:hover {
	color: #a00000;
	background: #f0f0e0;
}
