﻿.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-indent: inherit;
	text-align: left;
	vertical-align: top;
	color: #CC3300;
	font-weight: bold;
}
.sidebar a {
	text-decoration: none;
	color: #CC3300;

}
.sidebar a:visited {
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
	color: #CC3300;
}