@charset "iso-8859-1"; 

@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;
text-align: justify;
}

DIV	
{
padding: 5px;
text-align: center;
}  

H1
{
font-family: 'Molengo', sans-serif, helvetica;
line-height: 100px;
width: 700px;
margin: auto;
text-align: center;
font-size : 1.6em;
} 

p
{
width: 600px;
height:80px;
margin:auto;
padding:5px; 
margin-bottom:20px;
} 

P.note
{
padding:12px; 
margin-bottom:60px;
font-size: 0.8em;
} 

a:link
{
font-size: 1em;
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; 
}	

mark {
background-color: #FFFCC0;
}
