body {
  background-color	:	#FFFFFF;
  color			:	#000000;
  font-size		:	11px;
  margin-top		:	30px;
  margin-left		:	0px;
  text-align		:	center;

}

A:link { 
  color			:	#666666;
  text-decoration	:	none;
}

A:visited {
  color			:	#666666;
  text-decoration	:	none;
}

A:hover {
  color			:	#000060;
  text-decoration	:	none;
}

.big{
  color			:	#006699;
  font-size		:	16px;
  font-weight		:	bold;
}

table{
  border		:	1px solid;
  border-color		:	#000000;
  width			:	400;
  height		:	100;
  text-align		:	center;
}
