body     {
          margin: 0px;
          padding: 0px;
          font-family: Verdana, Arial, sans-serif;
          font-size: 14px;
          line-height: 18px;
          color: #A9C759;
          background-color: #000000;
	    background-image: url(images/background.png);
          }

p, td    {
          font-family: Verdana, Arial, sans-serif;
          color: #A9C759;
          font-size: 14px;
          align: left;
          line-height: 18px;
         }

h1       {
          color: #D5438B;
          font-size: 16px;
         } 

h2       {
          color: #C2D17E;
          font-size: 14px;
          font-weight: bold;
         }

.main {
          border-right: 1px dashed #D5438B;
          border-left: 1px dashed #D5438B;
          border-bottom: 1px dashed #D5438B;
          border-top: 1px dashed #D5438B;
          background-color: #000000;
	    padding: 10px 10px 10px 10px;
	    position: left;
	    text-align: left;
	    width: 800px;
          }

.small { font-size: 11px; }

a.nav:link   {
          font-size: 16px;
          color: #C2D17E;
          text-decoration: none; 
             }

a.nav:active {
          font-size: 16px;
          color: #D5438B;
          text-decoration: none;
         }

a.nav:visited{
          font-size: 16px;
          color: #C2D17E;
          text-decoration: none;
         }

a.nav:hover  {
          font-size: 16px;
          color: #D5438B;
          text-decoration: none;
         }

a:link   {
          color: #C2D17E;
          font-size: 14px;
          text-decoration: underline;
             }

a:active {
          color: #D5438B;
          font-size: 14px;
          text-decoration: underline;
         }

a:visited{
          color: #C2D17E;
          font-size: 14px;
          text-decoration: underline;
         }

a:hover  {
          color: #D5438B;
          font-size: 14px;
          text-decoration: underline;
         }

a.tiny:link   {
          font-size: 8px;
          color: #D5438B;
          text-decoration: none;
             }

a.tiny:active {
          font-size: 8px;
          color: #A9C759;
          text-decoration: none;
         }

a.tiny:visited{
          font-size: 8px;
          color: #D5438B;
          text-decoration: none;
         }

a.tiny:hover  {
          font-size: 8px;
          color: #A9C759;
          text-decoration: none;
         }
