/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

#top-menu {background:#365878;}
#header {background-color:#0F1320;}

#projects-index ul.projects div.root a.project { color:#343434; }
#content h1, h2, h3, h4 {color:#343434;}
#main a { font-weight: bold; color: #467aa7;}
#main a:hover { color: #2a5a8a; text-decoration: underline; }
#content { background: #fff; }

a, a:link, a:visited{ color:#242424; }
a:hover, a:active{ color:#ff0000; }
