@import url('https://fonts.googleapis.com/css?family=Happy+Monkey');
@import url('https://fonts.googleapis.com/css?family=Lato');

   
   

body {
  font-family: 'Lato', sans-serif;
  background-color: #E9FCB7; 
	color: #5e6061;
	font-size: 18px;
  height:300px;
  width:700px;
	padding: 50px;
	

}
h1, h2, h3, h4, h5, h6{
   font-family: 'Rubik Moonrocks', cursive;
	/*font-family: 'Happy Monkey', cursive;*/
  color:#27BCCE;
}

p{
	color:#ffffff;
	font-size:18px;
	
}

li{padding: 4px;  font-family: 'Nanum Pen Script', cursive;}

dt{color:#27BCCE;}

td{padding:10px; background-color:#ffffff;}
th{background-color: #27BCCE; color:#ffffff;}
