
@font-face {
    font-family: 'B';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg'),
		 url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'P';
    src: url('fonts/play-regular-webfont.eot');
    src: url('fonts/play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/play-regular-webfont.woff') format('woff'),
         url('fonts/play-regular-webfont.ttf') format('truetype'),
         url('fonts/play-regular-webfont.svg#PlayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PB';
    src: url('fonts/play-bold-webfont.eot');
    src: url('fonts/play-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/play-bold-webfont.woff') format('woff'),
         url('fonts/play-bold-webfont.ttf') format('truetype'),
         url('fonts/play-bold-webfont.svg#PlayBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.iframe_title {
	font-family: B;
	font-size: 50px;
	line-height: 50px;
	color: #4987e3;
	margin: 0;
	cursor: default;
}

.iframe_p {
	font-family: P, arial, sans-serif;
	color: #333;
	font-size: 20px;
	line-height: 20px;
	cursor: default;
}

.iframe_p b {
	font-family: PB, arial, sans-serif;
	font-weight: normal;
}

.iframe_p a {
	font-family: PB, arial, sans-serif;
	font-weight: normal;
	color: #4987e3;
	text-decoration: none;
}

.iframe_p a:hover {
	opacity: 0.6;
}