﻿body
{
	font-size: small;
	background-image: none;
	color: white;
	font-family: Arial;
	background-color: black;
}
a:link
{
	color:Yellow
}
a:hover
{
	color:Red
}
a:visited 
{
	color:Gray
}
