@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;
	margin-top:60px;
	margin-left:0px;
	padding:0px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#666666;
	font-size:30px;
	font-weight:lighter;
	left: 50%;
	top: 50%;
}

img {
	margin-top:00px;
	margin-bottom:10px;
	border:0px;
	height:550px;
}

h2 {
	font-size:24px;
	font-weight:100;
}

p {
	font-size:16px;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#000000;
}