@font-face {
  font-family: 'comforta';
  src: url('fonts/Comfortaa-Regular.ttf');
}
@font-face {
  font-family: 'comforta';
  src: url('fonts/Comfortaa-Bold.ttf');
	font-weight: bold;
}
html {overflow-y: scroll;}
body {font-family: 'comforta'; font-size: 16px; padding: 0px; margin: 0px; color: #000000; line-height: 1.4; background-color: #ffffff;}
a {text-decoration: none;}
a:hover {color: #FF0000;}

div.playbutton {width: 64px; height: 64px; background-image: url(img/play_icon.png); background-repeat: no-repeat; position: absolute; top: 52px; left: 118px;}
div.playbutton:hover {background-image: url(img/play_icon_r.png);}