

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

body {
	font-size: 12px;
	color: #000000;
}
.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00CCFF;
}
.left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00CCFF;
}
