h1

	{
		font-size : 13px;
		font-family : Times New Roman;
		color : #606060;
		
	}
	
	h2

	{
		font-size : 12px;
		font-family : Times New Roman;
		color : #2E2E2E;
		
	}

div

	{
		font-size : 10px;
		font-family : arial;
		color : #808080;
	}

	td

	{
		font-size : 12px;
		font-family : Times New Roman;
		color : #606060;
		font-style : italic;	
	}
		
	a {
	
	color: #606060;
		text-decoration: none;	
		font-style : normal;	
		font-style : italic;	
	
	
	}
a:hover {
		color: #A1A1A1;		
		font-style : normal;	
		text-decoration: underline;	
		font-style : italic;			
	}
		
	
