body {
	background-color: black;
	background-image: url(/style/default/background);
	background-repeat: no-repeat;
}

a img {
	border: none;
}

a:link {
	color: rgb(25%,25%,25%);
}

a:visited {
	color: rgb(15%,15%,15%);
}

a:active {
	color: rgb(15%,15%,15%);
}

a:hover {
	text-decoration: none;
}

p {
	font-family: sans-serif;
	margin: 5px;
}

h1 {
	font-family: sans-serif;
}

h2 {
	font-family: sans-serif;
}

ul {
	font-family: sans-serif;
}

table {
	border: solid black 1px;
}

thead p {
	font-weight: bold;
	text-align: center;
}

td {
	border: solid black 1px;
}

div.Head {
	position: absolute;
	top: 75px;
}

div.Head p {
	color: gray;
	font-size: 25px;
}

div.Head p:first-line {
	font-size: 50px;
}

div.Body {
	background-image: url(/style/default/tint);
	position: absolute;
	left: 200px;
	right: 100px;
	top: 200px;
}

div.Contents {
	position: absolute;
	right: 0;
	top: 0;
}

div.Contents ul {
	color: rgb(214,214,214);
}

div.Contents p {
	color: rgb(214,214,214);
	font-weight: bold;
}

div.Contents a:link {
	color: rgb(75%,75%,75%);
}

div.Contents a:visited {
	color: rgb(85%,85%,85%);
}

div.Contents a:active {
	color: rgb(85%,85%,85%);
}

div.Badges {
	position: absolute;
	bottom: 0;
	right: 0;
}
