@font-face {
        font-family: Lato;
        src: url('Lato-Regular.ttf');
        font-weight: normal;
        font-style: normal;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}


ul,ol{
	margin-left: 15px;
	margin-bottom: 20px;
}


iframe {
    max-width: 100%;
}

a{
	color: #6498c0;
}
a:hover{
	color: #6498c0;
}
/* The FM editor template paints all content links Univers-green via
   #ds_template_container a:link/... (ID specificity, later in cascade).
   Override so the editor previews this site's real link color. */
#ds_template_container a:link,
#ds_template_container a:active,
#ds_template_container a:visited {
	color: #6498c0 !important;
}
#ds_template_container a:hover {
	color: #6498c0 !important;
}
