body{
	background-color: black;
	cursor:default;
}

table{
	margin-left: auto;
	margin-right: auto;
	align-self: center;
}

#title{
	text-align: center;
	width: 100%;
	font-size: 30px;
	color: red;
	border: 1px solid red;
}

.center{
	text-align: center;
	float: left;
}

iframe {
	position: absolute;
	width: 98%;
	height: 90%;
	display: block;
}
* a:link, * a:visited, * a:active {
	color: red;
	text-decoration: none;
}
* a:hover {
	color: red;
	text-decoration: underline;	
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	font-family: 'Courier New';
	margin-left: 20px;
}

.tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #111;
	color: red;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
#plugins {
	color:LightGray;
}
.code {
	font-family: 'Courier New';
}
