/* Stylesheet for Encore Dress Agency by A. Murdoch 2007 */

  A:link { text-decoration: none;
    color: rgb(51, 51, 255);
    font-size: 100%;
    font-family: Times New Roman,Times,serif;
    }

  A:visited { text-decoration: none;
    font-size: 100%;
    color: rgb(51, 51, 255);
    font-family: Times New Roman,Times,serif;
    }

  A:hover { text-decoration: underline;
    color: red;
    font-size: 100%;
    font-family: Times New Roman,Times,serif;
    }

  .menu { border: 2px ridge rgb(153, 153, 255);
    padding: 4px 6px;
    font-family: Times New Roman,Times,serif;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    background-color: rgb(255, 255, 153);
    margin-left: 2px;
    margin-right: 2px;
    }

  .card { border-style: solid;
    border-width: 1px;
    width: 60px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 6px;
    }

  .card1 { border-style: none;
    border-width: 1px;
    width: 65px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 6px;
    }

  .name { margin: 1% 5%;
    text-align: center;
    width: 90%;
    height: 16%;
    }

  .title { font-family: Times New Roman,Times,serif;
    font-size: 36px;
    font-style: italic;
    color: purple;
    text-align: center;
    }

  .para { font-family: Times New Roman,Times,serif;
    font-size: medium;
    color: blue;
    text-align: center;
    }

  .header { position: absolute;
    width: 100%;
    height: 25%;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    text-align: center;
    }

  .left { position: absolute;
    width: 50%;
    height: auto;
    top: 33%;
    bottom: 40px;
    left: 0%;
    right: 0%;
    padding-left: 5%;
    padding-right: 0%;
    text-align: center;
    }

  .right { position: absolute;
    width: 50%;
    height: auto;
    top: 33%;
    bottom: 40px;
    left: 45%;
    right: 0%;
    padding-left: 0%;
    padding-right: 5%;
    text-align: center;
    }

  .footer { position: absolute;
    width: 100%;
    height: 40px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    }

  .fleft { position: absolute;
    width: 33%;
    height: auto;
    top: 33%;
    bottom: 35%;
    left: 0%;
    right: 0%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    }

  .fcenter { position: absolute;
    width: 33%;
    height: auto;
    top: 29%;
    bottom: 35%;
    left: 33%;
    right: 0%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    }

  .fright { position: absolute;
    width: 33%;
    height: auto;
    top: 33%;
    bottom: 35%;
    left: 66%;
    right: 0%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    }

  .ffooter { position: absolute;
    width: 60%;
    height: auto;
    top: 82%;
    bottom: 0;
    left: 20%;
    right: 0;
    text-align: center;
    padding-bottom: 2%;
    }

  