body {
	background-color: #000;
	font-size: 10px;
	font-family: verdana;
	color: #fff;
}

h1 {
	font-weight: bold;
	font-size: 30px;
	font-family: tahoma;
	color: #fff;
}

h2 {
	font-weight: bold;
	font-size: 24px;
	font-family: tahoma;
	color: #fff;
}

img {
	margin: 10px;
	border-color: 1px #fff;

}

a {
	text-decoration: none;	
	color: #a40000;
	}

a:hover {
	text-decoration: underline;
	color: #fff;
}