    body {
      background-image: url(Images/BlondBkGB3.jpg);
      text-align: center;
    }


    img{
      border: none;
    }


/*the Centered Image class must be applied to a block-level tag such as p or h1*/
    .centered_image
    {
      text-align:center;
      margin-top:0px;
      margin-bottom:0px;
      padding:0px;
    }

    .id_photo{
      float: left;
      margin-right: 10px;
      position: relative;
      z-index: auto;
    }

    body, p, td, th,div,blockquote, dl,ul, ol {
      font-family: "Times New Roman", Times, serif;
      color: black;
      font-size: 1em;
    }

    div.body{
      width: 760px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: left;
      background-color: white;
      padding: 10px;
    }

    h1, h2, h3 {
      text-align: center;
    }

    h1.italic, h2.italic, h3.italic, h4.italic {
      font-style: italic;
    }


    p, blockquote {
      line-height: normal;
    }

    .footer {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 8pt;
      text-align: center;
      color: #660000;
    }

/*order of specification of <a> pseudo classes is relevant!!  */
    a:link {
      color: #0000CC;
      text-decoration: none;
    }

    a:visited {
      color: #0000CC;
      text-decoration: none;
    }

    a:hover {
      color: #9900CC;
      text-decoration: underline;
    }

    a:active {
      color: #9900CC;
      font-weight: bold;
      background-color: red;
      text-decoration: underline;
    }

    .title-page{
      color: #660000;
      width: 760px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center;
    }

    .title-page a:link {
      color: #990000;
      text-decoration: underline;
    }

    .title-page a:visited {
      color: #990000;
      text-decoration: underline;
    }

    .title-page a:hover {
      color: #990000;
      background-color: #FFCC00;
      text-decoration: underline;
    }

    .title-page a:active {
      color: #990000;
      background-color: #FFCC00;
      text-decoration: underline;
    }

    .title-page-left{
      color: #660000;
      text-align: left;
    }

    .title-page-left a:link {
      color: #990000;
      text-decoration: underline;
    }

    .title-page-left a:visited {
      color: #990000;
      text-decoration: underline;
    }

    .title-page-left a:hover {
      color: #990000;
      background-color: #FFCC00;
      text-decoration: underline;
    }

    .title-page-left a:active {
      color: #990000;
      background-color: #FFCC00;
      text-decoration: underline;
    }



