@charset "UTF-8";
/* CSS Document */

body {
  background-color: #EEEEEE;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  text-align: justify;
  color: #222222;
  }

a {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
  }
  
a:visited {
  color: #990000;
  }
  
a:hover {
  text-decoration: underline;
  }
  
#header {
  font-size: 1.4em;
  letter-spacing: 2.1px;
  font-weight: bold;
  }
  
p.category {
  font-weight: bold;
  font-size: 1.2em;
  color: #333333;
  }