body {
	font-family: Georgia, Courier, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	background: url(http://manasto.info/assets/images/bert.jpg) top left;
}

a {
	color: #2ceefd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-size: 50px;
	text-align: center;
	width: 240px;
	background: #333;
	-webkit-border-radius: 20px; -moz-border-radius: 20px;
	opacity: .7; filter: alpha(opacity=70);
}

h1 img.arrow {
	height: 125px; 
	position: absolute;
	top: 10px;
	left: 310px;
	display: none;
	}

h1 a:hover {
	text-decoration: none;
}

h1:hover img {
	display: block;
	}

h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {
	font-size: 18px;
	text-shadow: 1px 1px 5px #000;
}

p.extra {
	font-size: 14px;
}

#wrapper {
	width: 500px;
	margin: 100px 0px 0px 50px;
}

a.share {
	padding: 2px 4px;
	background: #333;
	-webkit-border-radius: 20px; -moz-border-radius: 20px;
	opacity: .7; filter: alpha(opacity=70);
}

a.share:hover{
	color: #fff;
	text-decoration: none;
}


p.extra {
	font-size: 14px;	
}
	
div.spacer {
	height: 20px;
}
