.navigation {
	float: left;
	font-family: Geneva,Arial;
	border: 1px solid #000000;
	background-color: black;
          font-weight: bold;
}

.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
          font-weight: bold;
}
.navigation li {
	display: inline;
  font-weight: bold;
}
.navigation li a {
	float: left;
	border-right: 2px solid #000000;
	padding: 0px 10px;
	color: white;
	text-decoration: none;
          font-weight: bold;
}

.navigation li a:hover {
	background-color: white;
        color: black;
          font-weight: bold;
}

a
{
    color: red;
    
}

body
{
background-color:#404040;
color:white;
}

h1
{
//color:orange;
//text-align:center;
}

p
{
font-family: Geneva,Arial;
font-size:12px;
color:white;
}

table
{
border-collapse:collapse;
}

table,th, td
{
border: 1px solid black;
padding:2px;
background-color:#FFFFFF;
}

table, td, th
{
border:1px solid orange;
color:black;
}

th
{
background-color:orange;
color:white;
}

tfoot {
display: table-footer-group;
vertical-align: middle;
border-color: inherit; }

textarea {
    width: 400px;
    height: 300px;
}

input[type="text"] {
  display: block;
  margin: 0;
  width: 400px;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}