body, div, p, td , span{
	color:black;
}
a{
	color:#1b86c6;
}
a:visited{
	color:#1b86c6;
}
a:hover{
	text-decoration:none;
}
img{
	border: none;
}
.clickable{
	text-decoration:underline;
	cursor:pointer;
}
.twitter-share-button, .twitter-count-horizontal{
	position: relative;
	top:4px;
}
a.page_nav:hover, .menu a:hover, a.downlink:hover  {
	color:red;
}
.menu a {
	font-size:100%;
	color:#2a2a2a;
	display:block;
	width:100%;
	padding:3px;
}
.menu a#active_menu{
	color:white;
	background-color:#373737;
	text-decoration:none;
	cursor:default;
}