@font-face{
	font-family: instal;
	src: url(fonts/verdana.ttf);
}
body{ 
	/*background-image: linear-gradient(gray, black);*/
	background-color: black;
	font-family: instal;
	}
table{
	background-color:white; 
	border-radius:10px;
}
a:hover { text-decoration: underline; }
.simple {text-decoration: none;}
.head-text {
	font-size: 34px;
	font-family: instal;
	font-weight: bold;
}
.head-fixed {
	position: fixed;
	top: 0;
	left: 0;
    min-height: 6%;
    width: 100%;
	color: white;
    text-align: center;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.7);
    background-color: rgba(0,50,150,0.9);
}
.logo img {
  max-width: 35%;
  height: auto;
}
button{
  background-color: white;
  border-radius: 3%;
}
.minilogo {
	border-radius: 15%;
	height: 50px;
}
.minilogo2 {
	border-radius: 15%;
	height: 100px;
}
