
/* Typefaces */
@font-face {
	font-family: 'GraublauWebRegular';
	src: url('http://www.webpagepublicity.com/free-fonts/b/Bank%20Gothic%20Light%20BT.ttf');
	
}

/* General
===============================================*/
body {
	font: 100% "GraublauWebRegular", Helvetica, Arial, sans-serif;
}

a {
	color: #818181;
	font: 100% "GraublauWebRegular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	outline-style: none;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	font: 100% "GraublauWebRegular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	outline-style: none;
	text-decoration: none;
}


a:hover {
	color: #FFFFFF;
	font: 100% "GraublauWebRegular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	outline-style: none;
	text-decoration: none;
}

.head {
	font: "GraublauWebRegular", Helvetica, Arial, sans-serif;
	font-size: 38px;
}

a:img {
	border-width: 0px;
}

img {
	border-width: 0px;
}


