*{
	margin:0px;
	padding:0px;
}

html {
	scrollbar-face-color:#000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-3d-light-color:#ffffff;
	scrollbar-3dlight-color: #ffffff;
}

body {
	line-height: 1.5;
	background-color:#171717;
	color: #ffffff;
	font-size: 11pt;
}

div#top {
	position:absolute;
	width : 100%;
	height:500px;
	top: 50%;
	margin-top: -250px;
	text-align: center;
}

div#top h1{
	font-size:11pt;
	font-weight:normal;
}

p a:link,p a:visited {
	color: #ff0000;
	background:#171717;
	text-decoration: none;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#ffffff #000000 #000000 #ffffff;
}

p a:hover {
	color: #ff0000;
	background:#000;
	text-decoration: none;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#000000 #ffffff #ffffff #000000;
}

img {
	border: none;
	vertical-align: middle;
}

