*{
	font-size:100%;
}

body {
	text-align:center;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#fff;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0px;
}
hr {
	height:1px;
	color:#fff;
	margin:0px;
}
#indexbox {
	border: #fff 1px solid;
	width:220px;
	text-align:center;
	height:15px;
	padding:7px;
	margin-top:20px;
	margin-bottom:20px;
}
#indexbox a:link {
	font-weight: bold;
	color:#fff;
	text-decoration:none
}

#indexbox a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration:none
}

#indexbox a:hover {
	font-weight: bold;
	color:#fff;
	text-decoration:underline;
}

#indexbox a:active {
	font-weight: bold;
	color:#fff;
	text-decoration:none
}
a:link {
	font-weight: bold;
	color:#0088ff;
	text-decoration:none
}

a:visited {
	font-weight: bold;
	color: #0088ff;
	text-decoration:none
}

a:hover {
	font-weight: bold;
	color:#fff;
	text-decoration:underline;
}

a:active {
	font-weight: bold;
	color:#0088ff;
	text-decoration:none
}
#header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin:0px;
}
