html{
font-family: arial;
font-size: 16px;
margin: 0px;
}
body.search{
/*background: silver;*/
background: #D3D3D3;
text-align: center;
vertical-align: middle;
margin: 0px;
}
a.search{
font-family: arial;
font-size: 100px;
color: black;
}
.item1{
text-align: left;
/*background: transparent;*/
/*background: #E8E8E8;*/
background: white;
border-top: 1px solid #0000EE;
border-bottom: 1px solid #0000EE;
line-height: 180%;
display: block;
font-weight: bold;
padding: 2px;
}
.item2{
text-align: left;
background: white;
line-height: 180%;
display: block;
font-weight: bold;
padding: 2px;
}
small,.small{
font-size: 9px;
/*font-weight: bold;*/
}
.small2{
/*font-size: 9px;*/
font-weight: normal;
}
.trends {
text-align: center;
background: white;
border-bottom: 1px solid #000000;
line-height: 180%;
display: block;
font-weight: bold;
padding: 2px;
}


