.left-slice {
	background-image: url(images/Border_LEFT_slice.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.right-slice {
	background-image: url(images/Border_RIGHT-slice.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}