body {
background-color:#0d3689;
}

a:active,
a:link {
color:#082892;
}

a:focus,
a:hover {
color:#7168ba;
}

a:visited {
color:#254ed5;
}

#header,
#content,
#menu-left,
#menu-right,
#footer {
background-color:#b6c3ec;
border:solid 1px #07143d;
}

#menu-left h1,
#menu-right h1 {
background-color:#4a5cb6;
}

#menu-left h2,
#menu-right h2 {
background-color:#738dd9;
}

/* code blocks */
div.code {
border-color:#0d3689;
background-color:#738dd9;
}

/* commands */
div.tags {
background-color:#acb9df;
float:left;
}

div#content div.item {
background-color:#acb9df;
}

/* news */
div.news {
border-color:#0d3689;
background-color:#abb7d9;
}

div.news div.heading {
background-color:#4f70cf;
}

/* do your magic with a:etc links however you wanna edit the file with.
link colors:
main/link/whatever: #082892
visited/etc: #254ed5
*/


