/**
 * @version    $id: print.css 25.08.2010 16:17:09 benjamin braun $
 * @package    Queen of Souls
 * @subpackage -
 * @copyright  Copyright (C) 2010 JLabStudios.net. All Rights Reserved.
 * @author     JLabStudios.net, see CREDITS.php for more Details
 * @link       http://www.jlab-studios.net
 * @email      info@jlab-studios.net
 * @license    Commercial
 */

/**
 * Common Styles
 */

html,
body {
  height: 100%;
}
body {
  font: small/1.4em Verdana, Geneva, sans-serif;
  text-align: center
}
body.white {
  background: #FFF;
  color: #000
}
body.black {
  background: #000;
  color: #FFF
}

/**
 * Links
 */

a:link,
a:visited {
  text-decoration: none;
  color: #333
}
a:hover {
  text-decoration: underline
}

