	body {
		margin: 0px 0px 0px 0px;
		overflow: -moz-scrollbars-vertical;
		background: #fff;
		color: #333;
		font: 75% arial,helvetica,sans-serif;
		text-align: justify;
	}

	table {
		font: 100% arial,helvetica,sans-serif;
		text-align: justify;
		padding: 3px 3px 3px 3px;
		Color: #666666;
	}
	h1 {
		font-size: 125%;
		font-weight: bold;
		Color: #666666;
	}
	h2 {
		margin: 0 0 0 0;
		font-size: 125%;
		font-weight: bold;
		color: #666666;
	}
	h3 {	
		margin: 30px 0px 0px 0px;
		}
		
	a {
		background: transparent;
		color: #666;
		text-decoration: none;
	}
	a:hover {
		background: transparent;
		color: #000;
		text-decoration: underline;
	}