﻿body {
	background-color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: white;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: white;
	background-color: black;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: yellow;
	background-color: black;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: white;
	background-color: black;
}