html, body
{
    width: 100%;
    height: 100%;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.header h1
{
	text-align: center;
	font-size: 10px;
	margin: 10px 0;
}

.contents
{
	text-align: center;
}

.ads
{
	text-align: center;
	margin: 20px 0;
}

.contents h1
{
	text-align: center;
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #ff9933;
}

.contents h2
{
	text-align: center;
	font-size: 12px;
	margin: 5px 0 0 0;
	color: #ff9933;
}

.footer
{
	text-align: center;
	font-size: 10px;
	margin: 30px 0;
}

a
{
	color: #ff9933;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	background: #ff9933;
}

a.pic { text-decoration: none; }
a.pic:hover { background-color: #000000; }
a.pic:focus { outline: none; }
