﻿body
{
	font-size: 100%;
	margin: 0;
	padding: 0;
	background-color: Black;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}