
/*
	background: #a7ad66;
	background: #a5c6d0;
	background: #3d4b53;
	background: #d88162;
	background: #e7cb86;
*/

body {
	/*
	background: white;
	background: #e7cb86;
	*/
	background: #a5c6d0;
	color: black;
}

a:active, a:link {
	color:  #3d4b53;
}

a:visited {
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	/*
	color: #d88162;
	*/
	color:  #3d4b53;
}

table.banner {
    border-color: black;
}

table.banner td:hover {
	text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    color: black;
    font-weight: normal;
	background: #e7cb86;
}

table.banner td {
	text-decoration: none;
    height: 2.3em;
    line-height: 2.3em;
    vertical-align: middle;
    color: black;
    font-weight: normal;
	background: #a7ad66;
}

table.banner td.active, table.banner td.active:hover {
	text-decoration: none;
    cursor: default;
    height: 2.3em;
    line-height: 2.3em;
    vertical-align: middle;
    color: black;
    font-weight: normal;
	background: white;
}

table.banner a {
	color: inherit;
	text-decoration: none;
    cursor: pointer;
}


table.hotness th, table.hotness a {
	color: #3d4b53;
}


