@charset "utf-8";
/* CSS Document */

body { 
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text {
		font:Arial, Helvetica, sans-serif;
		font-style:normal;
		font-size:12px;
		color:#ffffff;
		text-align:center;
		}
.headlink{
	font-size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e7d185;
	text-align:center;
	}
.headlink a{
	text-decoration:none;
	font-weight:bold;
	color: #e7d185;
	text-decoration:underline;
}
.headlink a:hover{
	color: #8e002a;
	text-decoration:underline;
	}
</style>
