body {
 font-family: verdana;
 font-size: 18px;
}

table {
 width: 100%;
}

a {
 font-size: 18px;
 color: white;
}
a:hover {
 color: red;
 }


#menu {
 font-family: arial black;
 background-color: black;
 text-align: center;
 vertical-align: top;
 width: 250px;
 height: 800px;
}

#cont_1 {
 padding: 50px;
 background-color: black;
 vertical-align: top;
 height: 800px;
 color: white;
}

.align-center {
 text-align: center;
}
