@import url(./style.css);
body {
font-size: 1.5em;
color: white;
}
body, #container, #sidebar, #content, #navigation {background-color: #444; }
#content { color: white; }

#accessibility ul li a:link, #accessibility ul li a:visited  {color: white; font-weight: bold;} 
#navigation li {
                border-bottom: 6px solid #444;
                margin: 0;
}
#content {
border-left:210px solid #444; /* The width and color of the rail */
}

h1, h2, h3 , h4, a:link, a:visited {
color: #BFBFEE;
}

#accessibility ul {
text-align: right;
}
#accessibility ul li{ padding: 0}

#accessibility ul li.nodisplay {
display: block;
}
#site-name { clear: right;} 

#navigation {
font-weight: bolder;
}
