@font-face { font-family: 'SegoeScript';
             src: url('segoesc.ttf') format('truetype'); }


body	{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000000;
	font-family: SegoeScript, Courier, monospace;
	font-size: 120%;
	color: #ffffff;
	height: 100%;
     	display: -webkit-box;
     	display: -webkit-flex;
     	display: -ms-flexbox;
     	display: flex;
     	-webkit-box-align: center;
     	-webkit-align-items: center;
     	-ms-flex-align: center;
     	align-items: center;
     	-webkit-box-pack: center;
     	-webkit-justify-content: center;
     	-ms-flex-pack: center;
     	justify-content: center;
	word-wrap: break-word;
}

a.main	{
	color: #ff4444;
	text-decoration: none;
}
a.main:hover	{
	color: #5555ff;
	text-decoration: underline;
}

table.main	{
	border: 1px dotted #ff0000;
	border-collapse: collapse;
	background: #ffffff;
}

table.main td	{
	width: 20px;
}

span.string	{
	color: #5555ff;
}

div.header	{
	color: #5555ff;
}

div.main	{
	border-radius: 4px;
    	background-color: black;
	background-color: rgba(2, 2, 2, 0.5);
	width: auto;
	padding: 15px;
	margin: 15px;
	text-align:center;
	word-wrap: break-word;
}