/* CSS Document */

a:link {
	color: #660C00;
	text-decoration: none;

}
a:visited {
	color: #660C00;
    text-decoration: none;
}
a:hover {
	color: #ffffff;
    text-decoration: none;
}
a:active {
	color: #0066cc;
    text-decoration: none;
}.right {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #A5A5A5;
}
