body {
	margin: 0px;
	background-color: #333333;
}
.links {
	background-image: url(images/slices_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 35px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/slices_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 60px;
	padding-left: 35px;
}
.heading {
	font-size: 18px;
	font-weight: bolder;
	color: #003300;
}
.subheading {
	font-size: 14px;
	font-weight: bolder;
	color: #003300;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
}
a:visited {
	color: #003300;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
