@import url(energy.css);

html, body {
    background:#999966;
}
body {
    width:1000px;
}
:link, :visited {
    color:#666633;
}
:link:hover, :visited:hover {
    color:#999933;
    text-decoration:underline;
}
#nav {
    background:#FFFFFF;
}
#content {
    background:#FFFFFF;
    color:#333333;
}
#sidebar {
    width:233px;
    background:#A4C2C2;
    color:#336666;
}
#sidebar :link, #sidebar :visited {
    color:#06115B;
}
