a:link{
	color: #38f;
	text-decoration: none;
}

a:visited{
	color: #38f;
	text-decoration: none;
}

a:active{
	color: #38f;
	text-decoration: none;
}

a:hover{
	color: #5af;
	text-decoration: underline;
}

body{
	background-color: #000;
	background-image:url('/content/img/background.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}