body {
	margin: auto;
	background-color: rgb(18, 0, 13);
	color: #ff00bb;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

/* Table Layout */
table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	display: flex;
	box-sizing: border-box;
	table-layout: fixed;
	justify-content: center;
}
tbody {
}
.header {
	width: 1000px;
}
.left {
	width: 800px;
}
.right {
	max-width: 200px;
}
th {
	text-align: left;
	vertical-align: top;
	border: 1px solid #ff00bb;
	padding: 5px;
	box-sizing: border-box;
}

/* aa */
h1, p, h4 {
	clear: both;
	margin: 0px 0px 0px 0px;
}


.right > ul {
	margin: 0px 0px 0px 0px;
}
.right > ul > li {
	float: left;
	margin-right: 20px;
}

a:link {
  color: #ff00bb;
}

a:visited {
  color: #ad007f;
  background-color: transparent;
  text-decoration: none;
}
