
/* BODY */
body {
	background-repeat: no-repeat;
	background-color: black;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER */

* p, * a{
	font-family: 'Alike';
}

p.header {
	text-align: center;
	color: #000000;
	margin-right: 90px;
	font-size: 57px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: -50px;
	text-shadow: 1px 1px black;
}
p.header2 {
	text-align: center;
	color: #000000;
	margin-right: 90px;
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 40px;
	text-shadow: 1px 1px black;
}
div.header {
	background-color:#c2b200;
	border-width: 4px;
	border-style: ridge;
	border-color: #c1c452;
	margin: auto;
	width: 800px;
	overflow: hidden;
	height: 180px;
	margin-top: 20px;
}

#ladyjustice {
	display: inline-block;
	height: 180px;
	float: right;
}

/* TABS */

table.tabs {
	width: 810px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

td.tabs {
	background-color: #1c1c1c;
	text-align: center;
	transition: 0.3s;
	width: 266.66px;
}

td:hover.tabs {
	background-color: #aaaaaa
}

a.tabs {
	color: yellow;
	font-size: 15px;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

td#current {
	background-color: #999999;
}

td:hover#current {
	background-color: #aaaaaa;
}
