A:link {
	  color: blue;
	  text-decoration: none;
}

A:visited {
	  color: #0000C0;
	  text-decoration: none;
}

A:active {
	  color: red;
	  text-decoration: underline;
}

A:hover {
	  color: red;
	  text-decoration: underline;
}

BODY {
  font-family: Comic Sans MS;
  font-size: 13px;
}

p, div, td, tr, br, table, img {
  font-family: Comic Sans MS;
  font-size: 13px;
}

b {
  font-family: Comic Sans MS;
  font-size: 13px;
  font-weight: bold;
}

h2 {
  font-family: Comic Sans MS;
  font-size: 15px;
  font-weight: bold;
}