.background
{
	background-color:black;
	background-repeat:no-repeat;
}

.header
{
	text-align: center;
	color: #a66a29;
}

.subtitle {
	color: yellow;
}

.title {
	color: white;
}

a.title:link {
	color: white;
}

a.title:visited {
	color: yellow;
}

a.title:hover {
	color: red;
}