body {
	color: #dedede;
	background-color: #000000;
	
	font-size: 0.75em;
	font-family: arial, verdana, times;
}

h1 {
	margin-top: 0px;
	font-size: 1.50em;
	font-weight: normal;
}

h1,
.yellow_text {
	color: #ffc20f;
	background-color: transparent;
}
a {
	color: #ffc20f;
	background-color: transparent;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a img {
	border: 0px;
}