
/**
 * Project: Homepage - Institute of Computer Science IV - University of Bonn
 * Module: Main style sheet definition for all media.
 *
 * @author  Alexander Willner (willner@cs.uni-bonn.de)
 * @version 2007-09-02
 */

  /* start: university of bonn styles --------------------------------------- */
  html,body,h1,h2,h3,h4,h5,h6,p,div,span
  {
    font-family:Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif;
    font-style:normal;
    color:#222;
  }
  /* end: ------------------------------------------------------------------- */


  /* start: colors and links ------------------------------------------------ */
  a,a:visited,a:active,a:hover
  {
    text-decoration:none;
  }
  
  a:hover
  {
    border-bottom:1px dotted #000;
  }
  
  a,a:hover,a:active,a:visited,h2
  {
    color:#004191;
  }
  
  h1
  {
    font-size:x-large;
    color:#222;
  }
  
  h2
  {
    font-size:large;
    color:#333;
  }
  
  h3
  {
    font-size:medium;
    color:#444;
  }
    
  /* end: ------------------------------------------------------------------- */

  /* start: tables -------------------------------------------------------- */
  th
  {
    padding:2px;
  }

  td
  {
    padding:2px;
  }


  /* start: layout defaults ------------------------------------------------- */
  span.hard {font-weight:bold;}
  span.creamy {font-style:italic;}
  span.color1 {color:#004191;}
  span.color2 {color:#ae3b46;}
  span.color3 {color:#507733;}
  p.code {white-space: pre; border:1px dotted black; background:#eee;}
  /* end: ------------------------------------------------------------------- */
