a  {
	text-decoration : none;
}

a:hover  {
	text-decoration : underline;
}

.smallsize  {
	font-size : 70%;
}

.normalsize  {
	font-size : 80%;
}

.yellowback {
  background-color:#ffff00;
}

.redback {
  background-color:#ff0000;
}

.bluetext {
  color:#0000ff;
}

.redtext {
  color:#990000;
}