@charset "UTF-8";

@import "http://fonts.googleapis.com/css?family=Prata";

body {
	font-family: 'Prata', serif;
    line-height: 2.0;
	height:100%;
	-webkit-text-size-adjust: 100%;
	color:#585858;
}
::selection {
	background: #d7d7d7;
}
::-moz-selection {
	background: #d7d7d7;
}
a {
	color:#585858;
	text-decoration:none;
}
a:hover {
	color:#585858;
	text-decoration:underline;
}

.pop {
	font-size:12px;
	padding:50px;
}
.name {
	font-size:17px;
}

