img
{
	border: 0;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: red;
}

body
{
	background-color: darkblue;
	color: grey;
}

.pagetitle
{
	font-size: 20;
	color: lightgrey;
}
