body {text-align: center;
	margin: 0;
	background-color: #141414;
	background-image: url("images/bg.png");
	}

.main {
	font-family: Arial, Verdana;
	font-size: 13px;
		color: #111111;
		margin: 0px;
		text-align: justify;
		line-height: 1.5em;
}


span {
	color: #b9fc00;
	font-size: 12;
	font-weight: bold;
		font-family: Arial, Verdana;
}

h4 {
	font-family: Arial, Verdana;
	font-size: 18px;
		color: #7ba800;
		margin: 0px;
}

a:link {color:#b9fc00;}      /* unvisited link */
a:visited {color:#b9fc00;}  /* visited link */
a:hover {color:#7ba800;}  /* mouse over link */
a:active {color:#b9fc00;}  /* selected link */


