body 	  {
	      background: white;
	      margin: 0 5px;
	      padding: 0px;
	      color: #000; font: 16px/1.4 Times, TimesNR, serif;
	      text-align: center;
		  }
#container 
		  {
          margin: 0 auto;
          padding: 0;
          border: 1px #333 solid;
          text-align: left;
          }
a:link     {color: #009; text-decoration: none;}
a:visited  {color: #f00; text-decoration: none;}
a:hover    {color: #006; text-decoration: none;}
a:active   {color: #060; text-decoration: none;}
    
h2		{margin: 1.2em; color: red; 
         font: 30px/1.2 'Andale Mono','Courier New', Courier, monospace;
         font-weight: 100;
         letter-spacing: -0.1em}
    
p		{margin: 2em;}
