body {  
  background-color: #333333;  
  color:#000000;
}

h2 {
	font-size: 10px;
	font-family: arial, verdana, sans-serif;
}

h2 a:active,
h2 a:visited,
h2 a:link {
	color: #ff0000;
	font-size: 12px;
	text-decoration:none;
	}
h2 a:hover {
	color: #000000;
	text-decoration:none;
	}

.title_tb{
  color: #CCCCCC;
  background: #ff0000;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	padding-top:  6px;
}


h3 {
	font-size: 10px;
	font-family: Times New Roman, verdana, sans-serif;
	padding:0px;
	margin:0px;
}
h3 a:active,
h3 a:visited,
h3 a:link {
	color: #999966;
	text-decoration:none;
	}
h3 a:hover {
	color: #ffffff;
	text-decoration:none;
	}

.title_tb{
  color: #CCCCCC;
  background: #ff0000;
	font-size: 10px;
	font-family: Times New Roman;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	padding-top:  6px;
}


.other_cat a:active,
.other_cat a:visited,
.other_cat a:link {
	color: #999966;
	text-decoration:none;
}
.other_cat a:hover {
	color: #ffffff;
	text-decoration:none;
	}


#share42 {
	position: fixed;
	top: 237px;
	left: 0;
	width: 24px;
	opacity: 0.55;
	background: #F3F8FC;
	padding: 6px 6px 0;
  border: 1px solid #CFDEEF;
  border-left: none;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: inset -1px 1px 0 #FFF, inset 0 -1px 0 #FFF;
	-moz-box-shadow: inset -1px 1px 0 #FFF, inset 0 -1px 0 #FFF;
	box-shadow: inset -1px 1px 0 #FFF, inset 0 -1px 0 #FFF;
}
* html #share42 {
	position: absolute;
}
#share42:hover {
	opacity: 1;
}
#share42 a {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 0 6px;
}
