@import "page.css";

/* Base */
html, body {
	margin: 4px 0px 4px 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAD6B5;
	background-color: #170D03;
}

form {
	display: inline;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #170D03;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
img {
	border: 0;
}
a img {
	border: 0;
}
.small {
	font-size: 10px;
}
/* /Base */


/* Links */
a {
	color: #CCB081;
	text-decoration: underline;
} a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* /Links */
