body {
    background-color: white;
}

.navbar-default {
    background-color: black;
    border-color: black;
}

.navbar-default .navbar-brand {
    color: white;
}
.center-table {
    text-align: center;
}

th {
    text-align: center;
}

.sidebar ul li a.active {
    background-color: gray;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: black;
    color: white;
}

div.navbar div.navbar-inner ul.nav a:hover {
    color: black;
    background-color: white;
}

.nav > li > a {
	color: white;
}

.btn {
    border-color: #CCC;
}