img {
	border-style: none;
}

body {
	background-color: black;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title {
	color: red;
	text-align: center;
	font-size: 32px;
	margin-top: 7px;
}

.author {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.opening {
	margin-top: 0px;
	color: white;
	font-size: 14px;
}

.opening2 {
	color: white;
	font-size: 24px;
	text-align: center;
}

.event {
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	display: inline;
}

.prediction {
	color: white;
	font-size: 14px;
	text-align: left;
	display: inline;
	margin-left: 5px;
}

.past {
	color: #FFCC99;
	font-size: 14px;
}

.present {
	color: white;
	font-size: 14px;
}

.moment {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.explanation {
	color: white;
	font-size: 14px;
}

a, a:visited {
	color: #0000FF;
}