@font-face {
    font-family: 'univers_light';
    src: url('fonts/UniversLTStd-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'univers_condensed';
    src: url('fonts/Univers-LT-W01-57-Regular-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
	background-color: #0093bb;
}

body {
	font-family: 'univers_condensed';
	color: #696969;
	background-color: #0093bb;	
}

a {
	color: #696969;
	text-decoration: none;
}

.lightbox { 
	font-family: 'univers_light';
	color: #696969;
	display: none;
}