body, td, h1{
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}

body,ul,h1{
    margin:0px; padding:0px;
}
input, select {
    border:1px solid gray;
    font-size:12px;
}
.btn {
    background-color:gray;
}

/*链接控制*/
a {color:red;}
a:link {color:#000; text-decoration:none;}/*初始状态*/
a:visited {color:#000;text-decoration:none;}/*已经访问过的*/
a:hover {color:#f60; text-decoration:underline;}/*把鼠标放上去时*/
a:active {color:#f60; text-decoration:underline;}/*鼠标点击时*/
/*字体控制*/
.red {
    color:red;
}
/*对齐方式控制*/
.text-left {
    text-align:left;
}
.text-center {
    text-align:center;
}
.text-right {
    text-align:right;
}


/*主内容区控制*/
#left_content {
    width:230px;
    float:left;
}

#left_content h1,#right_content h1 {
    margin-bottom:3px;
}
.news_info ul {
    width:220px;
    height:145px;
    margin-bottom:10px;
    line-height:1.5;
    list-style:none;
}
#view_content{
    width:525px;
    height:489px;
    text-align:center;
}
#view_content #search{
    height:50px;
}

#search_result {
    margin:0px;
    width:100%;
    border-collapse:collapse;
}

#view_content #search_result td{
    border:1px solid gray;
}
#enter_for {
    width:95%;
}

