body
{
	color: #eeeeee;
	background-color: #000000;
	margin: 0;
	font-family:  Arial, verdana, tahoma, sans-serif; 
	text-align: center;
}

img
{
	border: none;
}


#page
{
	margin: auto;
	margin-top: 40px;
	width: 380px;
	height: auto;
}

h1
{
	font-size: 17px;
}

.intro
{
	font-weight: bold;
}

h2
{
	font-size: 14px;
}

p,ul,li
{
	font-size: 12px;
	text-align: left;
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a
{
	color: #dddddd;
	font-weight: bold;
}

a:hover
{
	color: #eeeeee;
	font-weight: bold;
}