header {
 background-color: #012F98;
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: center;
   padding-left: 5px;
  padding-right: 5px;
}
header img {
 width: 100%;
}
nav {
 text-align: center;
 font-weight: bold;
 font-size: 20px;
  background-color: #D24C56;
 padding-top: 1px;
 padding-bottom: 1px;
}
nav ul li {
 display:inline;
 margin: 10px;
}
nav a {
    color: #02013f;
  text-decoration: none;
}

nav a:visited {
    color: #02013f;
}

nav a:hover {
    color: #ffbc00;
}
.goright {
 float: right;
 margin: 20px;
}

.goleft {
 float: left;
 margin: 20px;
  clear: left;
}

.center {
 float: none;
 text-align: center;
}

td {
 vertical-align: top;
 text-align: center;
 padding-left: 30px;
 padding-right: 30px;
 padding-bottom: 20px;

}

table {
	width: 100%;
}

artical p {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
	text-indent: 20px;
}
footer {
  text-align: center;
  clear:both;
 background-color: #D24C56;
}

footer a {
  color: #000000;
  text-decoration: none;
}
footer span {
 float: right;
 margin-right: 5px;
}

table {
  border:0;
	width:100%;
}


