/* Northstar Youth Forum - CSS for Registration pages */
body {
    background-color: #DBDBDB;
    border: 0;
}
table {
    /*borders and padding to make the table readable*/
    border:1px solid #000;
    padding:.5em;
}
td {
      padding-top    : 3px;
      padding-bottom : 3px;
      padding-left   : 12px;
      padding-right  : 2px;
      border-color : green;
      font-family: arial;
      font-size: 12px;
  }
td.money {
      text-align  :  right;
      padding-right  : 20px;
      font-size: 12px;
  }

a {
    color           : #004422;
    text-decoration : none;
    font-family     : arial, helvetica, sans-serif 
    font-size       : 12px;
}
a.action {
    color:#DD0000;
    text-decoration:underline;
}
    a.action span {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a.normal {
    font-family: arial;
    color: #000080;
    font-size: 12px;
}
a.footer {
    font-size: 10px;
}
p.norm {
    font-family: arial;
    color: #000000;
    font-size: 12px;
}
.norm {
    font-family: arial;
    color: #000000;
    font-size: 12px;
}