.navbar-default {
    background-color: lightyellow;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: maroon;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: maroon;
}
.navbar-default .navbar-toggle {
    border-color: maroon;
}
.navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: oldlace;
}
.navbar-toggle:focus, .navbar-default .navbar-toggle:visited {
    background-color: oldlace;
}

.navbar-default .navbar-nav > li > a {
    color: midnightblue;
}
.navbar-default .navbar-nav > li > a:hover {
    color: mediumturquoise;
}
.TFtable{
		width:100%; 
		border-collapse:collapse; 
	}
	.TFtable td{ 
		padding:7px; border:#fff2e6 1px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #ffffcc;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #ffffcc;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #fff2e6;
        color:darkblue;
	}
.TFtable a {
font-weight: bold;
}
.TFtd {
	font-weight: bold;
}
.jumbotron {
    padding-top: 0px;
    padding-bottom: 48px;
}
.jumbotron {
    padding-top: 0px;
    padding-bottom: 48px;
}
