html {
	background: transparent;
}

body {
	width: 99%;
	font-size:62.5%;
}

h1 { 
	color:#00B2EE;
	font-family: 'Roboto Slab', serif;
	font-size:4.4em;
	font-weight: bold;
}

h2 {
	color:#333;
	font-family: 'Roboto Slab', serif;
	font-size:2.2em;
	margin-bottom:10px;
	line-height:1.8em;
	font-weight: bold;
}

#wrapper {
	width: 600px; margin: auto;
	margin-top: 70px;
}

p {
	color:#333;
	font-family: 'Roboto Slab', serif;
	font-size:2.2em;
	margin-bottom:10px;
	line-height:1.8em;
}

a{
	color:#00B2EE;
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
}

a:hover{
	color: #009ACD;
}

#signature {
	left: -100px;
	margin-bottom:30px;
}
