body {
	color: #dee7ff;
	background-color: #5A5050;
	font-family: sans;
}

.title {
	color: bed0ff;
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
}

.secheader {
	color: 9cb8ff;
	font-size: x-large;
	font-weight: bolder;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
