@charset "utf-8";
/* CSS Document */

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

html{
	font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6,p{
	color: #033f63;
}

h1{
	font-size: 30px;	
}

h2{
	font-size: 24pt;
	font-style: italic;
}

h3, h4, h5, h6{
	font-size: 18px;
	font-style: italic;
}

p{
	font-size: 11pt;
}

li{
	font-size: 11pt;
	color: #033f63;
}

a:link{
	color: #37ccfb;
	text-decoration: none;
}

a:hover{
	color: #808080 !important;
}

a:active{
	color: #37ccfb;
}

a:visited{
	color: #033f63;
}

.intro{
	font-size: 14pt;
}

.tipBox{
	font-size: 16px;
	text-align: center;
	color: #033f63;
}

