<style>

 p.address
 {
 font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-size: 14px;
color: #222;
text-align: justify;
line-height: 30pt;
}    

p.data
 {
 font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-size: 14px;
color: #222;
text-align: justify;
line-height: 16pt;

}    
 p.addr
 {
 font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-size: 14px;
color: #222;
text-align: justify;
line-height: 20pt;
}  
li{
    color: rgba(255, 255, 255);
    }
    
 p.personal
 {
 font-family:"Times New Roman",Times,serif;
font-size: 16px;
text-align: justify;
line-height: 16pt;
font-weight: normal;
color: #515151;
}
p.heading
 {
 font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
font-size: 17px;
padding: 0 10px 0px;
color: #205166;
text-align: justify;
line-height: 16pt;
font-weight: bold
}    



ul li {line-height:1.8em;}
 A.class1 {color:red;}
A.class1:link  {text-decoration: none; color: red;}

a {
   text-decoration: none;
  border-bottom: 1px #205166 dotted;
    color: #205166;
}

-----------------------------------------------------------




body {
  margin: 0;
  padding: 0;
  background-color: #e6e6e6;
    
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.5em;
}
 

 h1 {
    margin: 15px 0 0;
    padding: 0 50px 5px;
    text-align: left;
    font-size: 2em;
    text-transform: uppercase;
    border-bottom: 0;
    font-weight: bold;
     color:#205166;
}
.nav ul {
  list-style: none;
  background-color: #205166;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
  line-height: 50px;
  height: 40px;
  border-bottom: 1px solid #888;
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #005f5f;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .nav li {
    width: 150px;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    font-size: 1.1em;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}

div.centered      { width: 100%; border: 0px solid green;}
div.columns       { width: 90%;  margin: 0 auto;}
div.columns div   { width: 50%;  float: left; }
div.grey          { background-color: none; }
div.red           { background-color: none; }
div.clear         { clear: both; }

div.rows       { width: 50%;  margin: 0 auto;}
div.rows div   { width: 30%;  float: left; }
div.one          { background-color: none; }
div.two           { background-color: none; }



table.stat th, table.stat td {
    font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
   font-size: 14px;
   color: #222;
   text-align: left;
   line-height: 17pt;

  }
  table.stats th, table.stats td {
    font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
   font-size: 14px;
   color: #222;
   text-align: justify;
   line-height: 10pt;

  }
  
</style>

