/*

  fostel.org
  print.css

*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

a {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

/****************************************************************************/

#years {
    display: none;
}

/****************************************************************************/

#content {
    position: absolute;
    margin-left: 0;
    margin-right: 11em;
    padding: 6px;
    line-height: 140%;
}

/****************************************************************************/

#left {
    display: none;
}

/****************************************************************************/
