	a {  
		font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
		color: #009900; 
		text-decoration: none;
		font-weight:bold;
		
		}

	a:visited {	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #008A42;
		text-decoration: none;
		font-weight:bold;
		
		}

	a:hover {
		font-family: Arial, Helvetica, sans-serif;	
		font-size: 12px;
		color: #63009C;
		text-decoration: none;
		font-weight:bold;
		
		}

	.copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #003366;
		text-decoration: none;
		}

	.top10 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #666666;
		text-decoration: none;
		}

	td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #444444;
		text-decoration: none;
		}
		
	td.pooh
	{
		border-style: solid;
		border-width: 5px;
		border-color: #009900;
	}
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		color: #444444;
		text-decoration: none;
		}
	h2 {		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #009900;
		text-decoration: none;
		}

	p	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		color: #444444;
		}

	p.one {
		border-style: solid;
		border-color: #ffffce;
		border-width: 5px;
		border-top-width: 15px;
		}
