/* CSS Document */

.text {
	font-family: "Arial", Times, serif;
	font-size: 12px;
	color:#000000
}

.footer {
	font-family: "Arial", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color:#ffffff
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color:#000000
}

a {
	font-family: "Arial", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color:#000000
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #070707;
}




