@import url("webfonts/plainblack_normal_macroman/stylesheet.css");

html {
	background-color: #000;
}
body {
	background-color: transparent;
}
a {
	color: #FFF;
}
a:hover, a:active {
	color: #CCC;
	text-decoration: none;
}
.store_link {
	font-family: 'plainblacknormal';
	margin-top: 10px;
	font-size: 30px;
}