body {
	background-color: black;
	color: white;
	font-family: Trebuchet MS, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

@media screen and (max-width:769px) {
	body {
		background-color: black;
		color: white;
		font-family: Trebuchet MS, sans-serif;
		margin-left: 20px;
		margin-right: 20px;
		text-align: left;
	}
}

a:link {
	color: deepskyblue;
}

a:visited {
	color: plum;
}

.class1 {
	font-size: 20px;
	line-height: 20px;
}

.class1 p img {
	max-height: 24px;
	vertical-align: bottom;
}

.title img {
	max-height: 48px;
	vertical-align: bottom;