@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: 0.9em;
color: black;
text-align: center;
}

H1
{
font-family: 'Molengo', sans-serif, helvetica;
padding: 20px 0% 0px;
line-height: 30px;
text-align: center;
font-size : 1.5em;
}

H2
{
font-family: Arial, sans-serif, Helvetica, Verdana;
font-size : 1em;
padding: 10px 0% 0px;

}

TD
{
width: 100%;
padding: 0px 32%; 
valign: top;
text-align: left;
cursor: pointer;
} 

a:link 
{
	font-size : 0.97em;
	font-style: normal;
	color: #513700; 
	text-decoration: none;
}
a:visited
{
	font-size : 0.97em;
	font-style: italic;
	color: #776142;
	text-decoration: none;
} 
a:active 
{
	font-size : 0.97em;
	font-style: italic;
	color: red;
	text-decoration: none;
}
A:hover { 
	font-size : 0.97em;
	font-style: italic;
	color : red;
	text-decoration: none;
}
 
P
{
height: 10px;
} 	



