
body {
 background: black;
 color: white;
}

ul.hmenu {
 list-style-type: none;
 padding: 0;
 margin: 0;
 position: fixed;
 top: 2em;
 left: 1em;
 width: 9em;
}

ul.hmenu li {
 background: white;
 margin: 0.5em 0;
 padding: 0.3em;
 border-right: 1em solid red;
 }

ul.hmenu a {
 display: block;
 text-decoration: none;
}

div.content {
 padding-left: 11em;
 padding-top: 2em;
 width: 65%;
 color: silver;
}

div.infoMsg {
 color: white;
 font-size: 16px;

}

div.content a {
 color: red;
}

a:link {
 color: black;
}

a:visited {
 color: black;
}

h3 {
 color: white;
}


