/* CSS Document */
body {
	font-family:sans-serif;
	font-size:12px;
	color:white;
	background:black;
}

p { 
	font-size:12px;
	margin: 0px 50px 20px 50px;
	line-height: 1.3em;
}

h3 {
	font-size:14px;
	font-weight: bold;
	color: #F1D670;
	margin: 30px 50px 20px 50px;
}
h4 {
	font-size:12px;
	font-weight: bold;
	color:white;
	margin: 30px 50px 20px 50px;
}

img { border:0; }

a {
	text-decoration: none;
	}
a:link {
	color: #F1D670;
	}
a:visited {
	color: #BCA445;
	}
a:active {
	color: #227F09;
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	}
