/*
 * Copyright (c) 2006 Ceres Net. All Rights Reserved.
 */

body {
	color: rgb(255,246,199);
	background: rgb(100,82,127);
	font-family: verdana, arial, sans-serif;
}
h1 {
	font-family: "Eras Light", sans-serif;
}
table {
	margin-left: auto;
	margin-right: auto;
}
th {
	padding: 2px 4px;
	color: rgb(255,246,199);
	background: rgb(209,107,144);
}
td {
	padding: 2px 4px;
	color: rgb(50,40,64);
	background: url(../est-body-bg.png) rgb(255,246,199);
}
td a {
        color: rgb(209,107,144);
        text-decoration: none;
}
td a:hover {
        text-decoration: underline;
	background: rgb(255,255,255);
}
.copyright {
	font-size: 60%;
	text-align: right;
}
