	@font-face {
	    font-family: 'Monod';
	    src: url('../fontes/Monod.eot');
	    src: url('../fontes/Monod.eot') format('embedded-opentype'),
	         url('../fontes/Monod.woff2') format('woff2'),
	         url('../fontes/Monod.woff') format('woff'),
	         url('../fontes/Monod.svg#Monod') format('svg');
		  	font-weight: normal;
		    font-style: normal;		
	}
	
	body {
	  	font-family: Monod, Helvetica, Arial, sans serif;
		font-size: 3em;
		line-height: 1.2;
		padding: 1em;
		font-kerning: normal;
		background: Snow;
		text-transform: uppercase;
	}
	
		a:hover {
		color:#CCC;
	}
	
	
	
	ul {
	  	padding: 0em 0em 0em 2em;
	}

	.note {
		text-transform: none;
		color: #D3D3D3;
		letter-spacing: -10px;
	}
	
	.chut {
	  	display:none;
	}
	
	.ext, address	{
		color: #D3D3D3;
	}
	
	a:link {
		color: black;
		text-decoration: none;
	}

	a:visited {
	  color: Tomato;
	}
	
	a:hover {
		color:#000;
		background-color: Tomato;
	}
	
	a:hover.n0 {
		background-color: #ffc915;
	}

	a:hover.n1 {
		background-color: #00aeef;
	}
	
	a:hover.n2 {
		background-color: #8ce072;
	}
	
	a:hover.n3 {
		background-color: #faa61a;
	}
	
	a:hover.n4 {
		background-color: #d57d71;
	}
	
	a:hover.n5 {
		background-color: #9b8f7a;
	}
	
	a:hover.n6 {
		background-color: #2f75b1;
	}
	
	a:hover.n7 {
		background-color: #c6242a;
	}
	
	a:hover.n8 {
		background-color: #bec9b8;
		background-image: url("res/8.jpg");
	}
	
	a:hover.n9a {
		background-color: #06a0dc;
	}
	
	a:hover.n9 {
		background-color: #ebeffb;
		background-image: url("res/9.jpg");
	}
		
	a:hover.n10 {
		color:#faa61a;
		background-color: #000039;
	}
	
	a:hover .ext	{
		color: inherit;
	}

	.agit-prop, a.agit-prop {
		color: #D3D3D3;
	}

	a:hover.agit-prop {
		color: Tomato;
		background-color: Snow;
	}

	address	{	  	
		font-size: 0.33em;
	  	font-style: normal;	
	}
