body {
  margin: 0px;
  padding: 0px;
  background-color: floralwhite;
  font-family: verdana, geneva, sans-serif;
  font-size: 0.75em;
  line-height: 1.7em;
}
a:link {
  color: rgb(102, 51, 102);
  text-decoration: underline;
}
a:visited {
  color: rgb(128, 0, 64);
  text-decoration: none;
}
a:hover {
  color: rgb(179, 3, 0);
  text-decoration: none;
}
a:active {
  color: #ff6600;
  text-decoration: none;
}

div.container {
  border: 0px;
 padding: 0px;
 margin-left: 2%;
  margin-right: 2%;
}
.box {
  border: 0px;
  margin-top: 5px;
  padding: 0px;
}
.box h1 {
  color: black;
  font-size: 130%;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  line-height: 1.3em;
  float: left;
}
.clear {
  clear: both;
}
h1 {
  font-size: 130%;
  font-style: normal;
  font-weight: bold;
  line-height: 2.3em;
  text-align: center;
  margin: 1ex 10px 1ex 30px;
}

h2 {
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin: 1ex 10px 1ex 30px;
}

h3 {
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  text-align: center;
  margin: 1ex 10px 1ex 30px;
}

.nav {
  vertical-align: middle;
  margin: 0px 0px 5px 0px;
  padding: 10px 0px 5px 0px;
}
.flright {
 float: right;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.middle {
 vertical-align: middle;
}
.sep {
  width: 5px;
  height: 5px;
  border: 0px solid;
  margin: 0px;
  padding: 0px 7px;
  vertical-align: middle;
}
.nav a:link {
  color: black;
  text-decoration: none;
}
.nav a:visited {
  color: #660000;
  text-decoration: none;
}
.nav a:hover {
  color: white;
  text-decoration: none;
  background-color: #fd9966;
}
.nav a:active {
  color: red;
  text-decoration: none;
}

#logo{
  width: 36px;
  height: 32px;
 margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

a.home:link {
  color: black;
  text-decoration: none;
}
a.home:visited {
  color: black;
  text-decoration: none;
}
a.home:hover {
  color: white;
  text-decoration: none;
  background-color: #fd9966;
}
a.home:active {
  color: red;
  text-decoration: none;
}

a.cor:link {
  text-align: right; 
  margin-right: 10px;
}

a.cor {
  color: black;
  text-decoration: underline;
}

a.cor:hover {
  color: white;
  text-decoration: underline;
  background-color: #fd9966;
}
  
  
.center {
  text-align: center;
}


.hrnav {
  width: 100%; 
  height: 2px; 
  border-width:0; 
  background-color: #fd9966;
  clear: both;
}

p {
  font-size: 100%;
  line-height: 2.7ex;
  text-align : justify;
  padding: 0px;
  margin: 0px 10px 0px 30px;
}


.normal {
 font-weight: normal;
}


ul.lin2 {
  list-style-type: "– ";
   text-align: justify;
}
ul.lin2 li {
  padding: 0px;
  line-height: 2em;
  margin-right: 10px;
  margin-left: 10px;
}