/**
 * @author Volker "Bill" Schuelbe
 * @copy (c)2014 - All Rights Reserved
 */

body {
	font-family: sans-serif;
	background: #202020;
	color: #E0E0E0;
	margin: 20px;
}

a {
	text-decoration: none;
	color: #90D0FF;
}

a:focus {
	text-shadow: 0px 0px 6px blue;
	color: #80C0FF;
	outline: 0 none;
}

a:hover {
	background: #800010;
	color: #FFFFFF;
}

h2, h3, h4 {
	margin-top: 40px;
}

td {
	vertical-align: top;
}

.tab-1 {
	width: 480px;
}

.td-1 {
	width: 50px;
}

.td-2 {
	padding-right: 20px; 
	white-space: nowrap;
}

.td-4 {
	padding-bottom: 10px;
}

.td-5 {
	font-weight: bold;
	padding-bottom: 10px;
}

.td-6 {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}