body	{
	background-color:#990000;
	background-image: url(assets/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.title {
	color: #B80000;
	font-weight: bold;
}	
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #980D09;
}
a:active {
	text-decoration: underline;
}
.footer {
	color: #FFD9A2;
}
.footer a:link {
	text-decoration: underline;
	color: #FFD9A2;
}
.footer a:visited {
	text-decoration: underline;
	color: #FFD9A2;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
