a {
    color: white;
    border: solid 1px white;
    padding: 3px;
    background:none;
}
li { padding: 7px;}
p.no { display: block;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0.5vw;
	border-radius: 1vw;
}
table {
  margin-left: auto;
  margin-right: auto;
  background-color: #3a3a3a;
  color: #d0d0d0;

}
.ov {
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 500px;
  height: 200px;
  background: url(tmp/fl.webp) no-repeat;
}

h3 { color: white;
	background: url(tmp/bl.webp);
	background-size: 100% 100%;
	display:inline-block;
	padding: 5px;
}
ul { list-style-image: url(tmp/tr.gif);
width: 200px;
text-align: left;
margin-left: auto;
margin-right: auto;
}

pre {  color: #d0d0d0;
	background: #3a3a3a55;
	border: 3px solid #3a3a3a;
	font-family: monospace;
		margin: auto;
	font-size: 0.8vw;
	margin-top: 1vw;
	margin-bottom: 2vw;
		left: 0;
	right: 0;
	padding: 1vw;
	width: 25vw;
	border-radius: 1vw;

}
    a:link{text-decoration:none}
    a:visited{text-decoration: none;}
p { color: white;
background: black;
		font-weight: 900;
	border: 3px solid #3a3a3a;
	margin-left: 50vw;
	width: 40vw;
	font-size: 2vw;
	font-family: monospace;
		margin-top: 1vw;
		margin-bottom: 1vw;

	text-align: center;
}

.home { 	margin-left: 55vw;
	margin-top: 700px;
	width: 500px;
	padding: 1vw;
	font-size: 0.7vw;
	text-align:left;
	display: block;
}
.a { text-align: center;
	background-color: #191724;
	background-clip: content;
}
div.b { 
	top: 100px;
	position:fixed;
	width: 400px;
	left: 24vw;
	margin: auto;
	float: center;
	border: solid 30px;
	border-image: url(tmp/rb.gif) 10 20% repeat;
	background-color: black;
	z-index: 3;
	background-clip:content-box;
}
div.c { background-color: #c0ceff;
	display: inline-block;
	max-width: 70vw;
	height: 5vw;
	margin-left: 15vw;
	margin-right: 15vw;
	margin-bottom: 0vw;
	position: relative;
}
.cur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(tmp/cur2.webp) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
img { border: 5px solid #3a3a3a;
	border-radius: 15px 15px 0 0;
	margin-left:auto;
	margin-right: auto;
	display:block;
}
html {
  height: 100%}
body {
  height: 99%;
  text-align: center;
  background: url(tmp/squ2.webp);
  background-size: 200px;
  image-rendering: pixelated;
  color : black;
  margin-top: 0px;

}

