body {
	#background-color: #FFFFFF;
	background-image: url(images/123.jpg);
	background-repeat: repeat-x;
}
body {
	background-repeat: repeat-x;
}
body,td,th {
	font-size: 18px;
	color: #003300;
}
.style1 {
	font-size: 24px;
	color: #990000;
	font-weight: bold;
}
.style2 {
	color: #996600;
	font-style: italic;
	font-size: 24px;
}
.style5 {color: #FF0000}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
a {
	font-weight: bold;
}
.style8 {font-size: 14px}