
html, body {
	background-color:#fff ;
		background-attachment: fixed;
	background-position:left top;
		background-repeat:no-repeat ;
		color: #000  ;
}

a {
	color: #0000FF ! important;
	text-decoration:none;
}

a:hover {
	color: #0000FF  ! important;
	text-decoration:underline;
}

.sidebar-wrapper{
	background-color:#fff ;
    border-left:#fff 1px solid;
}
