@import url(http://fonts.googleapis.com/css?family=Graduate|Pontano+Sans);

#header
{
	font-family: 'Graduate', cursive;
	font-size: 5em;
	margin-bottom: 0.5em;
}

.sub
{
   font-size: 2.5em;
}

.txt
{
	font-size: 2em;
	background-color: #e0ffff;
	border-style:dotted;
	border-color:#cccccc;
	margin:30px;
	padding:15px;
}

body
{
	position: absolute;
	top:0;
	left: 25%;
	right: 25%;
	bottom:0;
	font-family: 'Pontano Sans', sans-serif;
}
