body {
	padding:0px;
	margin:0px;
  background-repeat: repeat;
  background-color:#FFEEEE;
  text-align:center;
  font-family:Arial;
	color:#800000;
  font-size:16px;
	font-weight:bold;
}
a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
