html, body {
	background:#000000;
	margin:0 auto;
	padding:0;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#b01151;
	letter-spacing:2px;
}
a {
	color:#167590;
	text-decoration:none;
	border-bottom:1px dashed;
}
a:hover {
	text-decoration:none;
	border-bottom:none;
}