/*
Theme Name: Night
Version: 0.2
Description: Theme for Logos
Author: BS 2022
*/
body {
	color:#eee;
	background-color:#111;
	font-family:Arial;
	font-size:20px;
	min-height:800px;
	}
a {
	color:#0072BC;
	text-decoration:underline;
}
a:visited {
	color: #0072BC;
	text-decoration:underline;
}
a:hover {
	color: #8DF;
	text-decoration:underline;
}
button {
	font-size:1em;
}
#header{
	background-color:#222;
	padding:8px;
	margin-bottom:8px;
}
#footer1 {
    text-align:center;
    width:98%;
    font-size:small;
}
#msg_box{
	position:absolute;
	left:200px;
	top:200px;
	background-color:#222;
	border:solid 2px #888;
	width:400px;
	height:200px;
	padding:16px
}
.cell0{
    width:90px;
}
.cell1{
	width:60px;
	color:white;
	background:gray;
	text-align:center;
	padding:8px;
	font-size:1em;
	font-weight:bold;
}
.keyb1{
	font-size:1.5em;
	margin:4px;
}