/*-------------------------------------------------------
  Pensio A/S template and TYPO3 implementation
  by Casper Valdemar Poulsen <casper@28burgundy.com>
  ------------------------------------------------------- */

/* Clear browser defaults
------------------------------------------*/
a:link, a:visited { text-decoration:none }
h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, dl, dd, dt { margin:0; padding:0 }
a img, :link img, :visited img { border:none }

/* Overall styles
------------------------------------------*/
body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font: normal 12px Verdana, arial, sans-serif;
  background: #fff;
  color: #555;
}

html {

}

a { color: #555; text-decoration: underline; }
a:hover { color: #222; text-decoration: underline }
a:visited { color: #555; }
