  @media screen {
  body {color: #686b60; 
        font-family: Arial; 
        font-size: 11pt;
  }
  .bold {font-size: 13pt; font-weight: 700; color: #666666; background-color: #dee6cf;
  }
  .small {font-size: 10pt; 
  }
  a {color: #628396; font-weight: 600;
  }
  
  .photo {float: left; 
          margin-left: 120px; 
          background-image: url(images/me_160.png); 
          width: 160px; 
          height: 160px;
          
  }
  .contain {text-align: left; 
            margin-left: 120px;
  }
  .copy {position: relative;}
  .flagone {position: absolute; width: 26px; height: 26px; left: 30px;}
  .flagtwo {position: absolute; width: 26px; height: 26px; left: 60px;}
  .printer {position: absolute; width: 26px; height: 26px; left: 30px; top: 60px;}
  }
