body
{
	background-color: black;
	color: white;
}

a:link, a:visited
{
	color: pink;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}