@font-face {
	font-family: 'ubuntu';
	src: url('./fonts/ubuntu/ubuntu.eot'); /* IE9 Compat Modes */
	src: url('./fonts/ubuntu/ubuntu.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/ubuntu/ubuntu.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/ubuntu/ubuntu.ttf') format('truetype');
	
	font-style: normal;
    font-weight: normal;
	text-rendering: optimizeLegibility;
}

body {
  font-family: 'ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #fff;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #f00;
}

#tridot {
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	font-size: small;
}