h1

	{
		font-size : 12px;
		font-family : arial;
		color : #22232e;
	}
	
	h2

	{
		font-size : 12px;
		font-family : arial;
		color : #22232e;
	}

div

	{
		font-size : 10px;
		font-family : arial;
		color : #808080;
	}
div.h1 {
	font-size : 12px;
	font-family : arial;
	color : #68301F;
	}

	td

	{
		font-size : 11px;
		font-family : arial;
		color : #323232;
	}
		
	a {
		color: #22232e;
			text-decoration: underline;	
	}
a:hover {
		color: #bfbfbf;		
		font-style : normal;	
		text-decoration: underline;	
	}
