@charset "utf-8";

@font-face {
font-family: "molengoregular";
src: url("polices/molengo.ttf")
 	 url("/polices/molengo-regular-webfont.woff2") format("woff2"),
     url("/polices/molengo-Regular-webfont.woff") format("woff");
	}
	
body
{ 
font-family: Arial, sans-serif, Helvetica,  Verdana;
font-size: 1em;
color: black;
} 

H1
{
font-family: 'Molengo', sans-serif, helvetica;
font-size : 1.6em;
} 

a:link
{
	font-style: normal;
	color: blue; 
}
a:visited
{
	font-style: normal;
	color: #6D2B18; 
	text-decoration: none;
} 
a:active 
{
	font-style: normal;
	color: red; 
	text-decoration: none;
}
A:HOVER { 
	font-style: normal;
	color: red; 
}

TD
{
padding: 0.2em 1em 2em 1em;
}   

