.top{
	width: 100%;
	height: 60px;
	background-color: black;
}

body{
	margin: 0;
	background-image: url(background.jpg);
	background-repeat: repeat;
	
}

.vernagir{
	width: 1034px;
    height: 1600px;
    font-size: 39px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    
}

.layer{
	width: 800px;
    height: 3px;
    margin: 0 auto;
    border-top: black solid 2px;
    border-bottom: black solid 1px;
}

.ej{
	width:994px;
	height:1350px;
	
	margin-left:20px;
	margin-top:10px;
	text-align: left;
	font-size:16px;
	font-family: monospace;
	

}

.anun{
	text-align:right;
	font-size:16px;
}

.navigate{
	width:760px;
	height:20px;
	margin:0 auto;
	background-color:red;
}
.ejer{
	width: 800px;
	height: 30px;
	margin:-65px auto 20px;
	
}

td{
	
	width: 40px;
	height: 21px;
	text-align: center;

}

.hamar1{
	width: 112px;
	

}

.hamar13{
	width: 112px;

}

td:hover{
	cursor: pointer;
}
pre{
	font-family:monospace;
	margin-left:104px;
}

.table{
margin:0 auto;
}

a:link {
    text-decoration: none;
    color:black;
}

a:visited {
    text-decoration: none;
	color:black;
}

a:hover {
    text-decoration: underline;
	background-color:#6495ED;
	
}

a:active {
    text-decoration: underline;
    color:black;
	
}