@font-face {
	font-family: 'UA Squared';
	src: url('../fonts/UASquared.eot');
	src: url('../fonts/UASquared.eot?#iefix') format('embedded-opentype'),
		url('../fonts/UASquared.woff') format('woff'),
		url('../fonts/UASquared.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.menu {
    background-color: #1bc0f3;
}

a {
    font-family: 'UA Squared';
    color: white;
    font-size: 150%;
}

#link {
    color: #1bc0f3;
}

h4 {
    font-family: 'UA Squared';    
}

label {
    font-family: 'UA Squared';
}

button {
    font-family: 'UA Squared';
}