font.title
	{
	font-family:Arial Blue;
	font-size:24px;
	color:#004080;
	font-weight:bold;
	}
A
	{
	font-family:Times New Roman;
	font-size:14px;
	color:BLUE;
	font-weight:bold;
	hover{ color: BLUE;}
	}
	A.test
	{
	font-family:Times New Roman;
	font-size:18px;
	color:#004080;
	font-weight:bold;
	hover{text-decoration: underline; color: red;}
	}
