body {
	background-color: #000000;
	background-image: url(../images/poppy.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.text {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
}

.text a:link {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.text a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.text a:hover {
	color: #FFB900;
	font-weight: bold;
	text-decoration: none;
}