﻿body
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: black;
}
H1
{
	font-size: 24pt;
	color: fuchsia;
	font-family: Arial;
	text-decoration: underline;
}
A
{
	color: white;
}
A:visited
{
	color: yellow;
}

