body {
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
}
.hot {
  color: #FF0000;
}

.exec {
  text-decoration: none;
  color: #0000FF;
}

.c {
	text-align: center;
}

.blu {
  color: #0000FF;
}

.grn {
  color: #008000;
}

.itl {
  font-style: italic;
  color: #FF9900;
  font-weight: bold;
  font-family: "Arial", sans-serif;
}

.ind {
  text-indent: 1cm;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #660099;
}

a:active {
	color: #FF0000;
}

a:hover {
	background-color: #FFFF00;
}