@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
src: local(''),url('fonts/Montserrat-v31-latin-regular.woff2') format('woff2')}
body {
	font-family: Montserrat,Verdana,arial;
	background-color: #e0cbb6;
}
p {
	font-size: 12pt;
	font-weight:normal;
}
h1 {
	font-size:14pt;
	color: #ffffff;
	font-weight:normal;
	padding: 6px 0px 0px 10px;
}
h3 {
	font-size:16pt;
	color: #3f51b5;
	font-weight:bold;
}
b {
	font-weight:bold;
}
table {
	border-collapse: collapse;
}
th {
	color: #3f51b5;
}
hr {
	height: 1px;
	background-color: grey;
	border: none;
}
a {
	text-decoration: none;
}
a:hover { 
	color: red; 
}
.footer {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:35px;
	background-color:grey;
	color:white;
	text-align:center;
	font-size: 9pt;
	font-weight: normal;
	padding:10px 0px 10px 0px;
}
.footer a:hover { 
	color:white;
	font-weight:bold; 
}
#back   a {
	text-decoration: none;
}
