  .roll {
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
  A.roll:hover {
	font-weight:normal;
	text-decoration:none;
	color:#0033FF;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.roll2 {
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	font-size: x-large;
	font-family: "Arial Black";
	text-transform: lowercase;
}
A.roll2:hover {
	font-weight:normal;
	text-decoration:none;
	color:#0033FF;
	font-size: x-large;
	font-family: "Arial Black";
}

