A {
	font-size: 13px;
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
}

A:Hover {
  color: #00CC33;
  text-decoration: underline;
}

Body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/.image/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #000000;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

Img {
  border: none;
}

Table {
  font-family: Arial, Tahoma, Helvetica;
  font-size: 14px;
}

.info {
	font-style: italic;
	color: Olive;
}
