body { 
    font-family: arial, helvetica, sans-serif;
    color: black;
    font-size: 16px;
    text-align: center;
    background-color: white;
}

h1 {	
    color: white;
    background-color: #009;
    line-height: 2;
    text-align: center;
}

h2 {
    color: white;
    background-color: #009;
    line-height: 1.5;
    text-align: center;
    margin: 5px;
}

h3 {
    color: white;
    background-color: #009;
    line-height: 1.5;
    text-align: left;
}

h4 {
    color: white;
    background-color: #009;
}

h5 {
    color: white;
    background-color: #009;
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
}

h6 {
    color: white;
    background-color: #009;
    text-align: right;
}

red4 {
    color: red;
    background-color: white;
    font-size: 140%;
    text-align: center;
}


rulesfont1 {
    color: black;
    text-align: center;
    font-size: 18px;
}

rulesfont2 {
    color: black;
    text-align: justify;
    font-size: 12px;
}

compli {
    color: black;
    display: block;
    text-align: justify;
    font-size: 120%;
}

nav ul {
	list-style: none;
	padding: 0 0 0 10px;
	min-width: 1250px;
}

nav li {
	Float: left;
	position: floating;
	height: 45px;
	border-radius: 10px 40px 0 0;
	margin-left: -10px;
	text-shadow: 1px 1px 0 #bbb;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	transition: .2s;
}

nav a {
	display: block;
	position: floating;  
	width: 123px;
	height: 25px;
	padding: 10px 10px 20px 0;
	border-radius: 10px 40px 0 0;
	background: silver;
	color: white;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}

nav li:hover {
	z-index: 1;
}

nav li:hover a {
	background: #ccc;
	color: #000;
}

#selected {
	z-index: 2;
        position: relative;
        top: 1px;
        background: white;
}

#selected a {
	z-index: 3;
	background: #009;
	color: #fff;
	text-shadow: none;
	font-weight: 500;
}

#selected2 a {
	z-index: 3;
	background: gold;
	color: black;
	text-shadow: none;
	font-weight: 500;
}

#featured a {
	z-index: 3;
	background: gold;
	color: black;
	text-shadow: none;
	font-weight: 500;
}





div.menu {
    position: relative;
    height: 130px;
    width: 100%;

    font-size: 14px;
    top: 0;
    left: auto;
    right: auto;
    bottom: 0;
    background: #fff;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    border-style: solid;
    border-width: 0px 0px 20px 0px;
    border-color: #009;
	overflow-x: scroll;
}
 
div.page_content {
    position:relative;
    overflow:auto;
    width: 95%;
    left: 0px;
    right: 10px;
    top: 0px;
    bottom: 0px;
    background-color: white;
    border-style: solid;
    border-width: 0px 20px 20px 20px;
    border-color: #009;
    padding: 0px 20px 20px 20px;
    text-align: center;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:2px solid black
}

IMG.displayednoborder {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
<!    width: 40%;	>
    border: 2px solid #009;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

th {
   border: 2px solid #009;
   padding: 2px 7px 2px 7px;
}

td {
   border: 2px solid #009;
   padding: 2px 7px 2px 7px;
}

.tabfill {
background-color:#009;
}


.threecols {
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}


