h1 {
    color: black;
    font-size: 50px;
    text-align: center;
    font-family: verdana;
    position: relative;
    bottom: 175px;
    left: 50px;
}
body {
    margin: 0 auto;
    background-image:url("wpw.jpg");
    max-height: 1000px;
    max-width: 1000px;

}
header {
    padding: 55px;
    background: white;
    max-height: 70px;
}
main {
    padding: 10px 46px;
    max-width: 1000px;
    background: whitesmoke;
    margin: 0 auto;
    text-align: center;
    font-family: verdana;
    text-align: left;
}
footer {
    background: white;
    padding: 10px;
}
.logga {
    position: relative;
    bottom: 35px;
    left: 40px;
    width: 150px;
}
.logga1 {
    position: relative;
    top: 53px;
    right: 104px;
    width: 150px;
}
.logga2 {
    position: relative;
    top: 53px;
    right: 36px;
    width: 150px;
}
.logga3 {
    position: relative;
    top: 53px;
    right: 90px;
    width: 150px;
}
main img {
    width: 454;
    height: 180px;
}
td {
    background: white;
    padding: 5px;
    text-align: center; 
    position: relative;
    left: 230px;
}
td a {
    text-decoration: none;
    color: black;
}
td a:hover {
    text-decoration: underline #7F0000;
}
nav {
    padding: 12px;
    text-align: center;
    background: white;
}
nav a{
    left: 0px;
    bottom: 100px;
    position: relative;
    font-size: 40px;
    padding: 12px;
    color: black;
    font-family: verdana;
    text-decoration: none;
}
a.active {
    text-decoration: underline #7F0000;

}
nav a:hover{
    text-decoration: underline #7F0000;
}
