@CHARSET "ISO-8859-1";

body {
	font-family: 'Calibri';
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    font-feature-settings: 'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;
    text-transform: none;
    color: #000000;
    background-color: Transparent;
    -webkit-text-stroke: 0px black;
    letter-spacing: 0em;

}

h6 {
	font-family: 'Calibri';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    text-decoration: none;
    font-feature-settings: 'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;
    text-transform: none;
    color: #B5123D;
    background-color: Transparent;
    -webkit-text-stroke: 0px black;
    letter-spacing: 0em;
}

@media screen and (min-width: 400px) {
	body {
		font-size: 18px;
	}
	
	h6 {
   		font-size: 28px;	
	}
	
}



a:visited {
    color: #B5123D;	
    cursor: pointer;	
	text-decoration: none;	
}
a:link {
    color: #B5123D;
    cursor: pointer;
	text-decoration: none;
}

a:hover {
    color: grey;
    cursor: pointer;
	text-decoration: none;
}