body {
    background: black;
    BACKGROUND-IMAGE:url(bgtech.gif);
}

strong	{
	color: black;
	}
	
H1	{
	color: black;
	}

.mycolor	{
	background: yellow;
	}
	
.C86-Bildschirm {
    font-size: 16px;
    font-family: Arial;
    // font-weight: bold;
    color: lightblue;
    // text-shadow: 2px 2px 2px #E5AC05;
    width: 640px; height: 480px;
    background: blue;
    padding: 0px;
    border-radius: 0px;
    margin: 30px auto;
    // box-shadow: inset -1px 2px 10px 5px grey;
}
.center-me {
	text-align : center;
	}
	
