@font-face {
    font-family: 'Sherman Sans Bold';
    src: url("fonts/ShermanSans-Bold.ttf");
}

@font-face {
    font-family: 'Sherman Sans Book';
    src: url("fonts/ShermanSans-Book.ttf");
}

html {
    background-color: #ffffff;
    font-size: 62.5%;
}

body {
    font-family: 'Sherman Sans Book', "Trebuchet MS", Tahoma, sans-serif;
    
    font-size: 2.00rem;
    line-height: 3.00rem;
    color: #000e54;
}

a:link, a:visited {
    color: #000e54;
    text-decoration: underline;
  
}

a:hover {
    color: #B33600;
    text-decoration: none;

}

h1 {
    font-family: 'Sherman Sans Bold', "Trebuchet MS", Tahoma, sans-serif;
    font-size: 3.60rem;
    line-height: 4.86rem;
    color: #000e54;
	font-weight: 700;
}

h2 {
    font-family: 'Sherman Sans Bold', "Trebuchet MS", Tahoma, sans-serif;
    font-size: 2.80rem;
    line-height: 3.78rem;
    color: #000e54;
    font-weight: 500;
}

img {
    border: none;
}

.panel_with_padding {
    padding: 10px;
    border: 8px solid white;
}