@charset "UTF-8";
@font-face {
 font-family: 'giorgio'; 
 src: url('../font/giorgio.eot'); 
 src: url('../font/giorgio.eot?#iefix') format('embedded-opentype'), 
      url('../font/giorgio.woff') format('woff'), 
	  url('../font/giorgio.ttf') format('truetype'),
	  url('../font/giorgio.svg#giorgio') format('svg');
}

body  {
	padding:0px;
	margin:0px;
	font-family:giorgio, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:1em;
	color: #333;
}
ul, li {
	list-style:none;
	margin:0px;
	padding:0px;
}
a {
	font-size: 1.2em;
	font-family:giorgio, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
}
.a2 {
	font-size: 1em;
	font-family:giorgio, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #361c05;
}
.a2:link {
	text-decoration: none;
}
.a2:visited {
	text-decoration: none;
	color: #361c05;
}
.a2:hover {
	text-decoration: underline;
	color: #361c05;
}
.a2:active {
	text-decoration: none;
}
