body {
	margin-left: 100px;
}

p, h1, h2, h3, td, th {
	font-family: Arial, sans-serif;
}

div.box3 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0px;
	width: 70%;
}

.center {
	text-align: center;
}

.credit {
	font-size: 8pt;
	text-align: center;
}

.hot {
  color: #FF0000;
}

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

.blu {
  color: #0000FF;
}

.grn {
  color: #008000;
}

.bld {
	font-weight: bold;
}

.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;
}