/*
#1A5C8F
#4d92c7
#6ea0c7
#09385d
*/
      a:link {color:#4d92c7;} 
      a:visited {color:#1A5C8F;}
      a:hover {color:#6ea0c7;}
      body {
        color: black;
        background: #222;
        font-size: 100%;
      }
      .content, .shadow {
        position: relative;
        bottom: 4px;
        right: 4px;
      }
      .shadow { 
        background-color: #111;  
        margin-top: 3ex;
        margin-bottom: 3ex;
        margin-left: 8%;
        margin-right: 8%;
        height: 90ex;
      }
      .content {
        background-color: #09385d;
        color: #000;
        border: 1px solid #000;
        height: 89.5ex;
      }
      .footer {
        text-align: center;
        font-size: 90%;
        border-top: 1px solid #1A5C8F;
        border-bottom: 1px solid #1A5C8F;
        background: #09385d;
        padding: .5ex;
        color: white;
        position: relative;
      }
      .header {
        background: #1A5C8F;
        color: #09385d;
        font-size: 340%;
        height: 8ex;
      }
      .logo {
        font-weight: bold;
        text-align: left;
        padding: 2.8ex;
        padding-left: 4ex;
        vertical-align: center;
      }
      .puppa {
        margin: 2ex;
        color: white;
      }
      .text-block {
        padding: 1ex;
        width: 50%;
        text-align:justify;
        height: 51ex;
        padding-bottom: 3ex;
      }
      .block-header { 
        font-size: 180%; 
        color: #6ea0c7; 
        font-weight: bold;
      }
      .arrows {
        color: #6ea0c7;
        padding-right: .5ex;
        display: inline;
      }
      .block-content {
        color: white;
        margin-top: 1ex;
        padding-top: 1ex;
        padding-left: 3ex;
      }

