body {
	display: block;
	overflow-y: scroll;
	background-color: rgba(30,30,30,1);
	color: rgba(50,50,50,1);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	width: 1000px;
	margin: auto;
	padding-right: 9px;
}

table {
	border: none;
}

td {
	background-color: rgb(255, 255, 255);
	border-color: rgb(193, 79, 30);
	border-style: solid;
	border-width: 2px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	box-shadow: rgb(50, 50, 50) 0px 0px 0px 1px, rgba(30, 30, 30, 0.75) 0px 1px 1px 0px, rgba(30, 30, 30, 0.75) 0px -1px 1px 1px;
	font-size: 17px;
	padding-bottom: 9px;
	padding-left: 12px;
	padding-right: 1px;
	padding-top: 9px;
	margin: auto;
	width: 1000px;
}

h1 {
	color: rgba(227,101,40,1);
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}

h2 {
	color: rgba(255,255,255,1);
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	padding-left: 11px;
	padding-top: 1px;
	padding-bottom: 4px;
}

div {
	padding-top: 5px;
	padding-bottom: 5px;
}

A {
	text-decoration: none;
	white-space: nowrap;
}
A:link {
	color: rgba(227,101,40,1);
}
A:visited {
	color: rgba(227,101,40,1);
}
A:hover {
	color: rgba(254,206,49,1);
}
