body {
	color: silver;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular,
		sans-serif;
	line-height: 14px;
	padding: 30px;
	background-image: url("../images/background.jpg");
}

table {
	color: silver;
	font-size: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular,
		sans-serif;
}

.button_table {
	margin-top: 10px;
}

.button {
	color: #890000;
	padding: 2px;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular,
		sans-serif;
	font-weight: normal;
	cursor: pointer
	text-decoration: none;
}

.button_over {
	color: silver;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular,
		sans-serif;
	font-style: italic;
	cursor: pointer;
	padding: 2px;
	text-decoration: none;
}

a {
	color: silver;
}
