a {
	color: #F0F0F0;
	text-decoration: underline;
}
a:hover {
	color: #A0A0F0;
}
p {
	text-align:center;
	color: #C0C0C0;
	text-indent: 24px;
}

h1 {
	font-size: 38px;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}

h2 {
	font-size: 18px;
	text-align:center;
	color: #FFFFFF;
	display: block;
}

.colored {
	color: #4A92B4;
	font-weight: bold;
}