body {
    font-family: Arial;
    background-color: #8c1401;
    margin: 0;
}

.header{
    overflow: hidden;
    padding-left: 20px;
    padding-top: 5px;
    margin: 0 auto;
    width: 1200px;
    background-color: #363636;
    background-image: linear-gradient(#363636, #1b181e);
}

.dumbBAR a{
	margin-right: 5px;
    background-color: #363636;
    background-image: linear-gradient(#6a6a6a, #363636);
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    float: left;
    -moz-border-radius: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
}


.dumbBAR2 a{
    background-color: #525252;
    background-image: linear-gradient(#f5f5f5, #cccccc);
    color: #525252;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-align: center;
    float: left;
    -moz-border-radius: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
	border: 2px solid #8a8a8a;
	border-bottom: 0px solid;
	width: 125px;
	font-weight: bold;
}

.dumbBAR2 a:hover{
    background-color: white;
    background-image: linear-gradient(white, white);
	color: #8c1401;
}

.navBar a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.navBar a:hover {
	text-decoration: underline;
}

.dumbBAR a:hover{
    background-color: #8c1401;
    background-image: linear-gradient(#b8230a, #8c1401);
}

.navBar {
    margin: 0 auto;
    padding: 10px;
    width: 1200px;
}

.mainBox {
    margin: 0 auto;
    padding: 10px;
    width: 1200px;
    height: auto;
    background-color: white;
}

.Latest a {
	color: #8c1401;
	font-weight: bold;
	text-decoration: none;
}

.Latest a:hover {
	text-decoration: underline;
}

.scrollHide {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.scrollHide::-webkit-scrollbar {
  display: none;
}

/* hide page scrollbar */
html { scrollbar-width: none; } /* Firefox */
body { -ms-overflow-style: none; } /* IE and Edge */
body::-webkit-scrollbar, body::-webkit-scrollbar-button { display: none; } /* Chrome */
/* end hide page scrollbar */