html{
    font-size:100%;
}

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.4rem;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-left:5pt;
	padding-right:5pt;
	color: #000000;
}
h3{
	font-size:2rem;
	color:#666;
}