@charset "UTF-8";
* {
	margin:0;
	padding: 0;
}

nav ul li {
	display:block;
	list-style-type:none;
	float:right;
	text-align:center;
	padding: 1em .5em 1em .5em;
	margin:	 0 .5em 0 0;
	width: 100px;
	text-decoration: none;
    color: #000000;
}
@font-face{
     font-family: "Avenir";
    src: url(../fonts/Avenir.ttc);
}

a {
	font-family: Avenir,"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	color:#000000;

}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
	
}
a:hover {
	text-decoration: none;
	color:#000000;
	
}
a:active {
	text-decoration: none;
	color:#000000;
	
}