body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #CC0000;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
	border-bottom-width: thin;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	color: #CC0000;
}
a{
	color: #CC0000;
	text-decoration: none;
}
a:hover{
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}
a.nero{
	color: #000000;
}
a.nero:hover{
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}
.risaltored {
	font-weight: bold;
	color: #CC0000;
	text-transform: capitalize;
}