/* CSS Document */
@font-face {
    font-family: 'Weltron Urban';
		src: url('../fonts/Weltron Urban.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
h1 {
	font-family:Weltron Urban;
	font-size:20px;
	text-decoration:none;
	font-style:normal;
	color:white;
	font-weight:normal;
	line-height:0px;
	}