html, body
{
	font-size: 14;
	color: #ffffff;
	background-color: #000000;
	text-align: justify;
	font-family: Verdana
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
}
A:link
{
	color: #ff0000;
	text-decoration: none;
}
A:visited
{
	color: red;
	text-decoration: none;
}

