body {
	background-color: #2e2e2e;
	font-family: Verdana;
	font-size: 14px;
	color: #e7e7e7;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

ul, li {
	margin-top: 1px;
	margin-bottom: 0px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

table {
	width: 500px;
	border: 1px solid #dd6900;
	margin: 10px;
	margin-left: 130px;
}

td {
	border: 1px solid #dd6900;
}

a:link, a:visited, a:active {
	color: #dd6900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #767676;
}

a img {
	border: 0;
}

.body {
	border: 1px solid #dd6900;
	text-align: center;
	margin: 20px auto;
	padding: 0;
	width: 760px;
}

.logo {
	background: url("imgs/bg.jpg");
	width: 760px;
	height: 120px;
}

.menu {
	background: url("imgs/cell_bg.gif");
	width: 760px;
	height: 24px;
	font-size: 12px;
	color: #dd6900;
}

.cell {
	background-color: #252525;
	border: 1px solid #ffff00;
	margin: 5px;
	padding: 5px;
}

.foot {
	font-size: 10px;
	text-align: center;
	width: 760px;
	margin-top: 20px;
}

.foot a:link, .foot a:visited, .foot a:active {
	color: #ffffff;
}

.foot a:hover {
	font-weight: bold;
	color: #767676;
}

.big {
	font-size: 25px;
}
