.head {
font-family: verdana, helvetica, geneva, arial, sans-serif;
font-size: 14pt;
color: #003366;
margin-left: 15px; 
margin-top: 0px; 
margin-right: 10px;
}



.bar {
font-family: verdana, helvetica, geneva, arial, sans-serif;
font-size: 8pt;
color: #003366;
margin-left: 15px;
margin-top: 15px;
margin-right: 10px;
}



P  { 
font-family: verdana, helvetica, geneva, arial, sans-serif;
font-size: 10pt;
color: #003366;
margin-left: 15px; 
margin-top: 15px; 
margin-bottom: 10px;
margin-right: 10px;
line-height: 18px;
}



ul  { 
font-family: verdana, helvetica, geneva, arial, sans-serif;
font-size: 10pt;
color: #003366;
line-height: 16px;}




P a:link {
color: #660033;
text-decoration: none;
}



P a:visited {
color: #000066;
text-decoration: none;
}



P a:hover {
color: #336699;
text-decoration: underline;
}



P a:active {
color: #336699;
text-decoration: underline;
}

table {
	background-color: white;
	color: green;
}


/* Style the header */
.header {
  background-color: #cc9933;
  padding: 5px;
  text-align: center;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  display: block;
}

.topnav ul {
  list-style-type: none;
  margin: 0;padding: 0;px;
  overflow: hidden;
  background-color: #333;
  color: white;
  text-decoration: none;
}

.topnav li {
  float: left;
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

li a, .dropbtn {
  display: inline-block;
  color: #cc9933;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #333;
  color: #cc9933;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #cc9933;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
background-color: #cc9933;
color: #333}

.dropdown:hover .dropdown-content {
  display: block;
}


/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.side {
  width: 7.5%;
}

/* Middle column */
.column.middle {
  width: 85%;
}

/* Middle Two column */
.column.middleTwo {
  width: 42.5%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }

/* Style the footer */
.footer {
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
}