﻿/*=html css
=============================================================================================*/


body
{
text-align: center;
}

a:link{ color:#0000ff; text-decoration:none} 
a:visited{color: #3300ff; TEXT-DECORATION: none} 
a:active{color:green;text-decoration:none}
a:hover{color:red;text-decoration:underline}

#Container
{
width: 700px;
margin: auto; /*FF居中*/
}

/*头部样式*/
#Header
{
text-align: center;
width: 700px;
clear: top;
}

/*横幅线*/
#HeaderLine
{
height: 5px;
background-color: gray;
}

/*logo*/
#Logo
{
float: left; /*浮动居左*/
clear: left; /*不允许左侧存在浮动*/
width: 200px;
}

/*头部广告*/
#ADTop
{
float: right; /*浮动居右*/
clear:right; /*不允许右侧存在浮动*/
width: 500px;
text-align: right;
}



div.yunfei
{ 
color: #0F00ff;
font-size: 80%;
font-weight: normal;
}

div.search
{ 
background-color: #1F11ff;
}

p.mini 
 {
font-size: 80%;
 }

p.small 
 {
font-size: 90%;
font-weight: 900
 }

p.pr
 {
color:#FF9900;
font-size: 90%;
font-weight: 800;
 }

p.red
 {
font-size: 100%;
font-weight: 900;
color:#FF0000
 }
 
p.black
 {
font-size: 90%;
font-weight: 900;
color:#000000
 }

#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 254px;
	top: 48px;
}