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

/* add a logo in the header */
#header {
    background: #fbfbdc no-repeat 2px;
    padding-left: 30px;
	color:#183962;
}

#header a {
	color:#183962;
}



#main-menu li a {
  color: #183962;
 }