@charset "utf-8";
/* CSS Document */

body
{
background: #e6e6e6; 
}

@font-face {
    font-family: "omnes_pro_regular", sans-serif;
    src: url("css/Fonts/omnes_pro_regular-webfont.woff") format('woff'),
         url("css/Fonts/omnes_pro_regular-webfont.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}
.html {
  font-size: 14px;
  margin: 0;
  font-family: "omnes_pro_regular";
}

.body,td,th {
	font-family: "omnes_pro_regular", sans-serif;
	font: "omnes_pro_regular";
	font-size: 14px;
	color: black;
}

.Header {
	font-size: 24px;
	color: black;
}


.FontBlue {
	color: #73c2fb;
	font-weight: bold;
}

p {font-family: "omnes_pro_regular", sans-serif;
}

a:link {
    font-size: 20px;
	color: black;
}

a:hover {
  color: red;
} 
