body {
    background: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: small;
}
a {
	text-decoration:none;
	
}


.all_links {
	width : 60px;
	height : 20px;
	font-weight : bold;
	float: left;
	border: 1px solid #AAA;	
	text-align : center;
	font-size: 10pt;
	background-color:#DDD;
	margin-left: 2px;
	color:#1848B4;
}

.all_links:hover {
	background-color:#333;
	color:#FFF;
	cursor:hand;
}

.links_selected {
	background-color:#888;
	color:#FFF;
}
.links_bar{
	width : 100%;
	border-bottom: 2px solid #CCCCCC;
	text-align:left; 
	float:left; 
	height:20px; 
	margin-top:-10px
}
.top_links{
	font-size:0.8em;
	margin-bottom: 0px;
	height: 12px;
}
.barform{
	margin-top:2px;
	font-size: 0.8em;
}

.annouce{
	font-family: "Century Gothic", Arial;
	color: #7E5400;
	font-size: 1.4em;
	margin-bottom: 20px;
}

#contents{
	width: 100%;
	margin-top:20px;
	float:left;
}
#list {
    padding: 0 0 0 15px;
}
#list li {
    padding: 10px 0 5px 0;
    margin-bottom: 2px;
} 
#list li {
    list-style-type: none;
	margin-bottom:2px;
}
#list em {
    //color: #c60a00;
	//color:#0000FF;
	font-weight: bold;
}
#list strong {
    //color: #c60a00;
	color:#0000FF;
}
#list h2 {
    font-size: 16px;
    font-weight: normal;
}

#list a{
    text-decoration: underline;
}
#bing_sum li{
	text-align:left;
	list-style-type: none
}

.dig {
    max-width: 550px;
    line-height: 20px;
    padding-top: 2px;
    word-wrap: break-word;
}