body {
	text-align: center;
	background-color: #000000;
	color: #7a7a7a;
	font-family: "Roboto", sans-serif;
	font-size: 170%;
}

.image {
	margin: 100px 0px 0px 0px;
	width: 50%;
	position: static;
}

a {
	font-weight: 600;
	text-decoration: none;
	color: #C4C4C4;
}

a:hover {
	color: #CC99FF;
}

p {
	color: #808080;
	font-size: 100%;
}

.links {
	display: block;
}

.footer-text {
	color: #808080;
	font-size: 85%;
	font-weight: 700;
}

.email {
	font-family: monospace;
	color: #CC0000;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

td {
	padding: 0px 10px 0px 10px;
}

.date{
	font-family: monospace;
	font-size: 100%;
	color: #7a7a7a;
}

.update {
	color: #CC99FF;
	font-size: 85%;
}