h1

	{
		font-size : 13px;
		font-family : arial;
		color : #E70089;
		
		
	}
	
	h2

	{
		font-size : 12px;
		font-family : arial;
		color : #E70089;
		
	}
	
	h3

	{
		font-size : 11px;
		font-family : arial;
		color : #7C2E2E;
		
	}

div

	{
		font-size : 10px;
		font-family : arial;
		color : #808080;
	}

	td

	{
		font-size : 11px;
		font-family : arial;
		color : #271664;
	}
		
	a {
		color: #9B3D95;
		text-decoration: none;	
	}
a:hover {
		color: #6A8C10;		
		font-style : normal;	
		text-decoration: underline;	
		
	}
