a:link {
	color: #9999FF;
	text-decoration: none;
}
a:visited {
	color: #CCFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #9999FF;
	text-decoration: none;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
}
