#link {
	display: table-cell;
	height: 20px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: 3px;
	padding: 3px 5px;
	vertical-align: middle;
}
#linklist {
	width: auto;
	height: 75px;
	display: table;
	table-layout: fixed;
	margin: 0px auto;
	text-align: center;
}
#linklist a:link #link {
	color: #0cc; 
	background-color: #000;
	text-decoration: none;
	border: 2px solid #0cc;
}
#linklist a:visited #link {
	color: #0cc;
	background-color: #000;
	text-decoration: none;
	border: 2px solid #0cc;
}
#linklist a:hover #link {
	color: #066;
	background-color: #000;
	text-decoration: none;
	border: 2px solid #066;
}
#linklist a:active #link {
	color: transparent;
	background-color: transparent;
	text-decoration: none;
	border: 2px solid transparent;
}
body {
	font-size: 20px;
	color: #00cccc;
	background: linear-gradient(-90deg, #000000, #001111 16.66%, #000000 33.33%, #001111 50%, #000000 66.66%, #001111 83.33%, #000000 100%) fixed;
}
.Heading {
	font-size: 40px;
	color: #0cc;
	font-weight: bold;
	text-align: center;
	font-family: serif;
}
p.center {
	text-align: center;
}
hr {
	width: 90%;
	border: solid 1px #00FF00;
}
a {
	text-decoration: none;
}
.contact {
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}
#wrapper {
	width: 66.66%;
	border: 3px double #FF0000;
	margin: auto;
	padding: 10px;
	background-color: black;
}
