body {
    background: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: small;
}
a {
	text-decoration:none;
	
}
#search_query{
	width: 400px; 
	height :25px; 
	font-size: 1.5em;
}
#mybutton{
	height: 30px;
	font-size: 1.4em;
}
.top_left{
	float: left;
	width: 50%;
}
.top_right{
	float:right;
	width: 50%;
	text-align: right;
}

.all_links {
	width : 80px;
	height : 18px;
	font-weight : bold;
	float: left;
	border-top: 1px solid #AAA;	
	border-left: 1px solid #AAA;	
	border-right: 1px solid #AAA;	
	text-align : center;
	font-size: 0.9em;
	background-color:#DDD;
	margin-left: 2px;
	padding-top: 6px;
	color:#1848B4;
}

.all_links:hover {
	background-color:#333;
	color:#FFF;
	cursor:hand;
}
#myform{
	margin: 0 0;
}
.links_selected {
	background-color:#888;
	color:#FFF;
}
.links_bar{
	width : 100%;
	border-bottom: 1px solid #CCCCCC;
	text-align:left; 
	float:left; 
	height:24px; 
	margin-top:5px;
}
.top_links{
	margin-bottom: 0px;
	height: 12px;
}
.barform{
	margin-top:2px;
	
}


#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;
}
.thedate{
	color: #666;
	width: 110px;
	margin-left: 10px;
}
.thesay{
	
	width: 400px;
}