@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lato);

html {
	font-size: 100.1%;
}

body{
	background:#368ccc;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	text-align:center;
}
table#scoop {
    background: white;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: bolder;
}

h1,h2,h3,h4,h5,h6 {font-weight:bold; margin:1em;}

h1 {font-size:2em;}
h2 {font-size:1.50em;}
h3 {font-size:2.5em;}
h4 {font-size:1.25em;}
h5 {font-size:1.15em;}
h6 {font-size:1.10em;}
