﻿/* CSS layout */
body {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	background-color: #000000;
}

address {
	text-align: center
}
h2 {
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
h1 {
	
	text-align: center
}
h3 {
	text-align: center
}
a:active {
	color: #660066;
}
a:hover {
	color: red;
	text-decoration: underline overline;
}
a:visited {
	color: white;
}
