@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #ff0084;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}


a .thumb {
	width: 150px;
	height: 200px;
	border: 1px dashed #ffffff;
}

a .thumb:hover {
	border: 1px solid #ffffff;
}

.bookmark {
	font-size: 12px;
}