a {
  text-decoration: none;
  color: #669900;
}

.content a:hover, .copyright a:hover {
  background-color: #FFFFCC;
}

body {
    background: #F7F7F7 url(/assets/background.jpg) repeat-x;
}

body, table {  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.content {
  font-size: 11px;
  line-height: 17px;
  color: #333333;
}

.copyright {
  font-size: 10px;
  line-height: 16px;
  color: #666666;
}

.navchain {
  font-size: 10px;
  line-height: 16px;
  color: #999999;
}

/*h1, h2, h3, p {
  margin: 0;
  padding: 0;
}*/

h1 {
  font-size: 16px;
  line-height: 24px;
/*  padding: 8px 0;*/
}

h2 {
  font-size: 14px;
/*  padding: 4px 0;*/
}

h3 {
  font-size: 12px;
/*  padding: 6px 0;*/
}

.hr {
  border-top: 1px dotted #ccc;
}
