table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  text-align: left;
  padding: 20px;
}

tr:nth-child(even) {
  background-color: white;
}

.column {
  float: left;
}

.left {
  width: 60%;
}

.right {
  width: 40%;
}

html {
	background: #004ea0;
}


h1 {
	text-align: center;
	font-size: 45px;
}

h2 {
	text-align: left;
	margin-left: 20px;
}

h3 {
	text-align: left;
	margin-left: 20px;
	font-size: 15px;
}

h4 {
	text-align: left;
	margin-left: 20px;
}

.notbold{
    font-weight:normal
}​

li.nostyle {
  list-style-type: none;
}

ul {
	text-align:left;
	margin-left:40px;
	margin-right:40px;
}

li {
	margin: 10px 0;
  text-align:left;
}

body {
	margin: auto;
	text-align: center;
	background-color: #fffcf3;
	width: 1200px;
  heihgt:100%;
	font-family: 'Lato', sans-serif;
}

p {
	text-align: left;
	margin: 20px;
}

 br {
	line-height: 40%;
}

/* LINKS MATCH THE COLOR THEME */

a:link {
  color: #004ea0;
  background-color: transparent;
}


a:visited {
  color: #fcbb01;
  background-color: transparent;
  text-decoration: none;
}

/* NAVIGATION BAR */

/* Add a background color to the top navigation */
.topnav {
    background-color: #004ea0;
    overflow: hidden;
	text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 20px 90.72px;
    text-decoration: none;
    font-size: 19px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #fcbb01;
    color: #ffffff;
}

/* Add a color to the active/current link */

.topnav a.active {
    background-color: #fcbb01;
    color: #ffffff;
}
