html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(#333333, #000000);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.title {
	font-size: 20px;
    font-weight: bold;
	font-family: 'Helvetica';
	color: #ffffff;
}

.leadin {
	font-size: 15px;
	font-family: 'Helvetica';
	color: #ffffff;
}

.audiolink {
	font-size: 20px;
    font-weight: bold;
	font-family: 'Helvetica';
	color: #cccccc;
}

.audiolink:visited {
	font-size: 20px;
    font-weight: bold;
	font-family: 'Helvetica';
	color: #666666;
}

.main {
	padding-left: 20px;
	padding-top: 15px;
}

