<style>
    HTML
	{
		font-size: 8pt;
		font-family: Arial;
		overflow: auto;
	}

    BODY
	{
		font-size: 8pt;
		font-family: Arial;		
		overflow: auto;

	}

    TD
	{
		font-size: 8pt;
		font-size: Arial
	}

    TEXTAREA
	{
		font-size: 8pt;
		font-size: Arial
	}

    INPUT
	{
		font-size: 8pt;
		font-size: Arial
	}

    SELECT
	{
		font-size: 8pt;
		font-size: Arial
	}

    A
	{  
		color: black;
		text-decoration: none;
	}

    A:HOVER  
	{ 
		color: black;
		text-decoration: underline;
	}
    
</style>