/* CSS Layout by Heather Grootens */
/* Creation date: 06/02/2009 */

BODY      {
	      font-family: arial, sans-serif;
	      font-size: 10px;
	      font-weight: normal;
          letter-spacing: 4px;
          line-height: 12px;
          background-color: rgb(255,255,255);
          margin-top: 1em;
          margin-left: 0em;
	      }
          
FONT.list {
          font-family: arial, sans-serif;
          font-size: 16px;
          font-weight: bold;
          color: #000000;
          }
          
FONT.tiny {
          font-family: arial, sans-serif;
          font-size: 10px;
          font-weight: normal;
          color: #000000;
          }
          
FONT.menu {
          font-family: arial, sans-serif;
          font-size: 24px;
          font-weight: bold;
          color: #000000;
          }
    
A:link    {
          color: #0000ff;
          text-decoration: none;
	      }
A:visited {
	      color: #0000ff;
          text-decoration: none;
	      }
A:hover   {
          color: #006600;
	      text-decoration: underline;
	      }
A:active  {
	      color: #0000ff;
	      text decoration: underline;
	      }
          
h1        {
          font-family: arial, sans-serif;
          font-size: 20px;
          font-weight: bold;
          color: #006600;
          }