body,html {
background: #000;
font: 11px "Lucida Sans Unicode", "Palatino Linotype", Arial;
color: #4c5a86;
}

#leftmenu {
margin: 0;
padding: 20px;
background: #fff;
height: 100%;
text-align: center;
left: 0px;
position: fixed;
top: 0px;
width: 150px;
z-index: 1
}

#leftmenu a:link {
text-decoration: none;
color: #4C5A86;
}

#leftmenu a:visited {
text-decoration: none;
border-bottom: 1px solid #000;
color: #4C5A86;
}

#leftmenu a:hover {
border-bottom: 1px solid #4C5A86;
border-left: 7px solid #000;
border-right: 7px solid #000;
text-decoration:none;
color: #4C5A86;
}

#leftmenu a:active {
text-decoration: none;
border-bottom: 1px solid #000;
color: #4C5A86;
}


#content {
margin: 0;
padding: 5px;
background: #fff;
color: #4C5A86;
border: 3px solid #4c5a86;
height: 83%;
left: 250px;
overflow: auto;
position: absolute;
top: 56px;
width: 600px;
z-index: 2
}

h1 {
font: 14px;
text-align: center;
}

img {
display: block;
margin-left: auto;
margin-right: auto;
}

a:link {
text-decoration: none;
color: #000;
}

a:visited {
text-decoration: line-through;
color: #4C5A86;
}

a:hover {
text-decoration: none;
color: #4C5A86;
border-bottom: 1px solid #000;
}

a:active {
text-decoration: none;
color: #000;
}

input,select,textarea {
text-align: left;
color: #4C5A86;
font: 11px arial, helvetica, sans-serif;
border: 1px solid #4C5A86;
}