body {
font-family: "Palatino Linotype", "New York CE", utopia, serif;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-align: center;
background-color: #251a1a;
color: #ffffff;
}

.container {
width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
text-align: left;
}

.container h1 {
position: relative;
float: left;
width: 166px;
height: 189px;
font-size: 0.4em;
}

.container h1 a {
color: #ffffff;
text-decoration: none;
}

.container h1 span {
position: absolute;
left: 0px;
top: 0px;
display: block;
width: 166px;
height: 189px;
background-image: url('./img/logo.jpg');
cursor: pointer;
}

.container h3 {
padding-top: 70px;
font-size: 2em;
}

.container ul {
list-style-type: none;
margin-top: 100px;
padding-bottom: 40px;
text-align: center;
}

.container ul li {
float: left;
display: block;
margin-left: 70px;
font-size: 1.3em;
}

.container a {
text-decoration: none;
font-weight: bold;
}

.container ul li a {
color: #971d1d;
}

.container a:hover {
text-decoration: underline;
}

.container .na:hover {
text-decoration: line-through;
}

.container p {
float: left;
margin-top: 20px;
font-size: 1em;
text-align: justify;
}

.container p a {
color: #ffffff;
text-decoration: underline;
}

.menu {
position: absolute;
left: 20px;
top: 50px;
}