body {
margin: 0;
padding: 0;
font-family: "Verdana", sans-serif;
font-size: .8em;
/*background-color: white;*/
color: #646464;
}

div#left {
background-color: red;
background-color: white;
width: 225px;
position: absolute;
left: 50%;
margin-left: -355px;
color: inherit;
}

div#center {
background-color: red;
background-color: white;
width: 225px;
position: absolute;
left: 50%;
margin-left: -115px;
color: inherit;
}

div#right {
background-color: red;
background-color: white;
width: 225px;
position: absolute;
left: 50%;
margin-left: 125px;
color: inherit;
}

div.container div.content {
background-color: yellow;
background-color: white;
position: relative;
left: 5px;
width: 215px;
color: inherit;
}

div.container div.divider {
width: 225px;
height: 1px;
overflow: hidden;
font-size: 1px;
background-color: #c2c2c2;
margin-top: 3px;
margin-bottom: 3px;
color: inherit;
}

div.container div.dividerb {
width: 225px;
height: 1px;
overflow: hidden;
font-size: 1px;
background-color: #ffffff;
margin-top: 3px;
margin-bottom: 23px;
color: inherit;
}

img.sli {
vertical-align: -45%;
margin-right: 3px;
}

div#nav span {
color: #969696;
background-color: transparent;
}

div#nav span.header {
color: #646464;
background-color: transparent;
}

div#left h2 {
padding: 0;
margin: 0;
font-size: 2.0em;
font-weight: normal;
}

div#center h2 {
padding: 0;
margin: 0;
font-size: 2.0em;
font-weight: normal;
}

div#left div.serial {
font-size: 1.3em;
text-align: justify;
}

div#left div.serial p {
margin-top: 0;
}

.sli {
cursor: pointer;
}

div#nav span {
cursor: pointer;
}

a:link { text-decoration: none; color: #646464; }
a:visited { text-decoration: none; color: #646464; }
a:active {text-decoration: none; color: #646464; }
a:hover { text-decoration: underline; color: #646464; }

pre {
font-size: 1.5em;
}

