body,p{
	/* Simple page reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	color:#555;
	font-size:0.825em;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited{
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
}

p.contactUs{
	/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:static;
	bottom:0px;
	background:#f0f0f0;
	border-top:1px solid #eaeaea;
	width:100%;
	z-index:15;
}

p.contactUs{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}
