body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #000000;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.line {
	height: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.line2 {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.border {
	border: thin solid #000000;
}
