﻿body {
				background-color: rgb(200,200,200);
				margin: 0px;
				overflow: hidden;
			}

			#info {
				position: absolute;
				top: 0px; width: 100%;
				color: #ffffff;
				padding: 5px;
				font-family:Monospace;
				font-size:13px;
				font-weight: bold;
				text-align:center;
			}
			
			#info a, .button
			{
				color: #f00;
				font-weight: bold;
				text-decoration: underline;
				cursor: pointer
			}
			.actions{
				padding: 2em;
				line-height: 0;
			}
			.actions span{
			    line-height: 4em;
				padding: 1em;
				border: 1px solid white;
				cursor: pointer;
				white-space: nowrap;
				user-select: none;
			}
			.actions span:hover{
				color: red;
				border-color: red;
			}
			.actions span:active{
				color: black;
				background-color: red;
				border-color: red;
			}


			a {
				color: #ffffff;
			}
