@charset "utf-8";
/* CSS Document */
table{
	border:1px #eaeaea solid;
	margin: auto;
	height: 400px;
	width: 400px;
	border-spacing: 0px 0px;
}
h1{
	font-family: arial;
	text-align: center;
	font-size: 60px;
	margin: 8px;
}
.red{
	background-color: red;
}
.upp{
	vertical-align: top;
	text-align: center;
}
.ner{
	vertical-align: bottom;
	text-align: center;
}
td{
	border: 1px #eaeaea solid;
}
a{
	color: black;
	text-decoration-color:black; 
}
.liten img{
	height: 75%;
	
	
}
.rotext{
	color: white;
	font-size: 30px;
	font-family: arial;
	text-align: center;

}
.hojd{
	height: 80px;
}