* {
  font-family: Arial, Helvetica, sans-serif;
}

.style3 {
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
}

.style4 {
  font-family: Arial, Helvetica, sans-serif;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

body {
	background-color: #CCCCCC;
}

.style2 {
  font-weight: bold
}

.style5 {
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}