body {
  background-color: white;
}

ul.nav {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #bbb;
  background-color: #F0F8FF;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
}

li.navlink a{
  float: left;
}

@media screen and (max-width: 700px) {
    li.navlink a{
        width: 100% !important;
        float:none !important;
    }
}

li.navlink a{
  display: block;
  color: #000080;
  text-align: center;
  padding: 1%;
  text-decoration: none;
  border-right: 1px solid #bbb;
  width: 7%
}

li.navlink a.active {
  color: black;
  background-color: #85c1e9;
}

ul.reg {
  list-style-type: square;
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  text-align: left;
}

ul.indented {
  list-style-type: square;
  margin-left: 15%;
  margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  text-align: left;
}

ul.very-indented {
  list-style-type: square;
  margin-left: 30%;
  margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  text-align: left;
}

p  {
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
}

p.indented-block {
margin-left: 15%;
margin-right: 15%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  text-align: left;
}

p.very-indented-block {
margin-left: 30%;
margin-right: 30%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  text-align: left;
}

p.big-center {
margin-left: 10%;
margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  text-align: center;
}

p.big {
margin-left: 10%;
margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  text-align: left;
}

p.center {
margin-left: 10%;
margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
  text-align: center;
}

p.small-center {
margin-left: 10%;
margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 100%;
  text-align: center;
}

a:link {
  color: #000080;
}

a:visited {
  color: #663366;
}

a:active {
  color: #0000FF;
}

h1 {
  margin-left: 2%;
  margin-right: 2%;
  color: #191970;
  font-family: "Times New Roman", Times, serif;
  font-size: 300%;
  text-align: center;
}

h1.article {
  margin-left: 2%;
  margin-right: 2%;
  color: #191970;
  font-family: "Times New Roman", Times, serif;
  font-size: 200%;
  text-align: center;
}

h2 {
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 200%;
  text-align: left;
}

h2.article {
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  text-align: left;
}

h3 {
  margin-left: 10%;
  margin-right: 10%;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  text-align: left;
}

hr.footer { 
  height:4px;
  border-width:0;
  color:#191970;
  background-color:#191970;
} 

hr.break { 
  height:2px;
  border-width:0;
  color:grey;
  background-color:grey;
} 

table, td, th {  
  border: 3px solid black;
  text-align: left;
}

table {
  border-collapse: collapse;
  margin-left: 10%;
  margin-right: 10%;
  width:80%; 
}

th, td {
  padding: 15px;
}

th {
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
}

td {
  height: 30px;
  vertical-align: middle;
  font-family: "Times New Roman", Times, serif;
  font-size: 125%;
}


