a:link { color: aqua; font-weight: bold; text-decoration: underline; }

a:visited { color: aqua; font-weight: bold; text-decoration: underline; }

a:hover { color: #0000FF; font-weight: bold; text-decoration: underline; cursor: pointer; }

a:active { color: aqua; font-weight: bold; text-decoration: underline; }

html {
	background-color: black;
}

body {
	margin: 0px;
	padding: 8px;
	font-family: verdana;
	background-color: black;
	color: white;
	font-size : 12px;
}

div {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
