/* CSS reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset {
	border: 0;
}

ol {
	padding-left: 1.4em;
	list-style: decimal;
}

ul {
	padding-left: 1.4em;
	list-style: square;
}

q:before, q:after {
	content:'';
}

/* end CSS reset */
@font-face {
	font-family: RollingBeat;
	src: url("../fonts/RollingBeat.ttf");
}

@font-face {
	font-family: LibreFranklinVariableFont;
	src: url("../fonts/LibreFranklin-VariableFont_wght.ttf");
}

body {
	background-image: url(../images/dailystarblue.png);
	/* width: 1024px;
	height: 768px; */
	background-color: #ffffff;
}

h1 {
	font-family: Baskerville;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Baskerville;
	font-size: 20px;
	line-height: 24px;
	margin-top: 8px;
	color: #000000;
}

p {
	margin-bottom: 8px;
}

.textbody {
	/* font-family: Tahoma, Helvetica, Arial, sans-serif; */
	/* font-family: LibreFranklinVariableFont; */
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	left: 50px;
	top: 10px;
	width: 600px;
	/* height: 800px; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #cbe5eb;

	color: #000000;
}


a {
	color: blue;
}
