/*
 * Project:         efa84b
 * File:            common.css
 * Description:     styles for HTML output
 * Author:          Thomas Hildebrandt, 2009
 */

/*
 * general
 */
body                           { background-color:#ffffff;
                                 color:#000000;
                                 font-family:Tahoma,Verdana,sans-serif;
                               }

a:link                         { text-decoration:none;
                                 color:#0000ff;
                               }

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

a:hover                        { text-decoration:none;
                                 color:#f18700;
                               }


/*
 * for background images
 */
img.background{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}


/*
 * basic page elements
 */
#page{
  position: absolute;
  top: 1px;
  left: 1px;
  width: 99%;
  height: 99%;
}


#content{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 98%;
  height: 98%;

  font-size: 3em;
  color: #004080;
  text-align: center;
  line-height: 200%;
}
