body {
	background: #333642;
	color: #a5a8b3;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-shadow: #000 0 1px 1px;
}
h1 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	text-shadow: #000 0 1px 3px;
}
h2 {
	margin: 30px 0 15px;
	color: #fff;
	font-size: 24px;
	text-shadow: #000 0 1px 3px;
}
h3, .h3 {
	margin: 20px 0 15px;
	color: #d8dae3;
	font-size: 18px;
	text-shadow: #000 0 1px 3px;
}
h4 {
	margin: 10px 0 5px;
	color: #d8dae3;
	font-size: 16px;
}
h2, h3, h4 {
	clear: both;
	font-weight: normal;
}
a {
	color: #fff;
	text-decoration: none;
}
p {
	margin: 12px 0 20px;
	line-height: 1.4em;
}
/* Big headline thing */
th {
        color:#333;
        background-color: #111421;
        font-size:x-large;
        font-weight:normal;
        text-align:left;
}
table.box {
        margin-left: 1%;
        margin-right: 1%;
        border: 1px solid #333;
        padding: 5px;
        margin-bottom: 2px;
        margin-top: 2px;
        background-color: #111421;
}

