html *
{
	color: #000 !important;
	font-family: Arial !important;
}

body {
	height:100%;
	background: linear-gradient(to bottom, #fff, #e3e3e3 80%, #000 95%) fixed no-repeat;
}

table {
	border: 1px solid red;
}
th {
	width: 150px;
	background-color: #e3e3e3;
	border-radius:30px 30px 0 0;
}
td {
	vertical-align:top;	
}
td:hover {
	background-color: white;
}
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right: 5px;
}

li > a:hover, li > img:hover {
	text-shadow: 2px 2px 5px #333;
}

li > a > img, li > img {
	width: 18px;
	height: 18px;
	box-shadow: 2px 2px 5px grey;
	border-radius: 3px;
	margin-right: 3px
}

li > a {
	text-decoration: none;
}

.BigTitle {
	text-align:center;
}
.center {
	display: flex;
	justify-content: center;
}

