html,body
{
	color: white;
	background-color: black;
	margin: 0px auto 0px 0px;
}

img
{
	border-width: 0px;
}

a:link
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#main
{
	background-color: black;
	width: 430px;
	padding: 8px;
}

.item
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888
}

.pname
{
	text-align: right;
}

.notice
{
	color: #FF6666;
}