h1

	{
		font-size : 14px;
		font-family : arial;
		color : #B01C1C;
	}
	
	h2

	{
		font-size : 14px;
		font-family : arial;
		color : #713380;
	}

div

	{
		font-size : 10px;
		font-family : arial;
		color : #808080;
	}

	td

	{
		font-size : 11px;
		font-family : arial;
		color : #808080;
	}
	a

	{
		font-size : 11px;
		font-family : arial;
		color : #9C2B38;
		text-decoration: underline;	
	}
	a {
		color: #9C2B38;
		text-decoration: none;	
		font-weight : bold;
		text-decoration: underline;	
	}
a:hover {
		color: #323232;		
		font-style : normal;	
		text-decoration: none;	
	}
