@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: 'audiowideregular';
    src: url('type/audiowide-regular-webfont.woff2') format('woff2'),
         url('type/audiowide-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

A:link,  A:active, A:visited{ 
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

A:hover{
	color: #FF0000;
}
