@import url(/lib/archimedes/styles/base_text_styles_for_editor.css);

a,
a:visited {
	color: #000000;
        outline: none;
        text-decoration: none;
}
a:hover {
	color: #000000;
}

@font-face {
    font-family: 'MuseoSans100Regular';
    src: url('/fonts/MuseoSans_100-webfont.eot');
    src: url('/fonts/MuseoSans_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MuseoSans_100-webfont.woff') format('woff'),
         url('/fonts/MuseoSans_100-webfont.ttf') format('truetype'),
         url('/fonts/MuseoSans_100-webfont.svg#MuseoSans100Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSans900Regular';
    src: url('/fonts/MuseoSans_900-webfont.eot');
    src: url('/fonts/MuseoSans_900-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/MuseoSans_900-webfont.woff') format('woff'),
         url('/fonts/MuseoSans_900-webfont.ttf') format('truetype'),
         url('/fonts/MuseoSans_900-webfont.svg#MuseoSans900Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}



h1, h2, h3, h4{
    font-family: 'MuseoSans100Regular';
}