A
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: arial;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	font-family: arial;
	text-decoration: underline;
}

.style_name
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: arial;
	text-decoration: none;
}
.style_name:hover
{
	font-weight: bold;
	font-size: 13px;
	color: red;
	font-family: arial;
	text-decoration: underline;
}

