h1

	{
		font-size : 12px;
		font-family : arial;
		color : #2E2E2E;
		
	}
	
	h2

	{
		font-size : 12px;
		font-family : arial;
		color : #2E2E2E;
		
	}

div

	{
		font-size : 10px;
		font-family : arial;
		color : #808080;
	}

	td

	{
		font-size : 11px;
		font-family : arial;
		color : #808080;
	}
		
	a {
		color: #414141;
		text-decoration: none;	
	}
a:hover {
		color: #9F9F9F;		
		font-style : normal;	
		text-decoration: none;	
		
	}