@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
}
	
body {
	background-color:#a40004;}

th, td {
	padding:15px;
}

table {
	margin: auto;
}

@font-face {
	font-family: "trek";
	src: url("assets/Final_Frontier.ttf");
}

/*.button {
	border-style: outset;
	border-radius: 10px;
}*/

.button {
	background-color: #dc0000;
	border-top-color: #ff0000;
	border-left-color: #ff0000;
	border-right-color: #c90000;
	border-bottom-color: #c90000;
	border-style: solid;
	border-width: 3px;
	border-radius: 10px;
}

.button:active {
	background-color: #dc0000;
	border-bottom-color: #ff0000;
	border-right-color: #ff0000;
	border-top-color: #c90000;
	border-left-color: #c90000;
	border-style: solid;
	border-width: 3px;
	border-radius: 10px;
	transform: translateX(10px);
	transform: translateY(3px);
}