table {
	font-size: 11px;
	font-family: "Verdana, Arial, Helvetica";
}
body {
	background-attachment: fixed;
	background-image: url(base/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF5EE;
	font-family: "Verdana, Arial, Helvetica";
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
