body {
	background: #333333 url('/resources/images/skin/default/bg_body.png') repeat-y top center;
	color: #999999;
}

h1 {
	font-size: 129%;
	margin: 5px 0;
}

h2 {
	font-size: 114%;
}

h3 {
	font-size: 100%;
	margin: 10px 0 2px 0;
}

h4 {
	font-size: 85%;
}

p {
	font-size: 85%;
	margin: 5px 0;
}

ul {
	font-size: 85%;
	margin: 10px 20px;
	list-style-type: disc
}

label {
	font-size: 88%;
}

a:link, a:visited, a:active, a:hover {
	background: #232323;
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	background: #434343;
	color: #eeeeee;
}