<style type="text/css">
<!--

.gradbar {
  height: 5px;
  background-color: orange; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, orange , white); /* Standard syntax (must be last) */
}

.background-2019v3 {
	background-attachment: scroll;
<? //background-image: url(background2.gif); ?>
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px 0px 0px 0px;
	background-color: #FF0000;
}
.background-2019v2 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px 0px 0px 0px;
	background-color: #FF0000;
}

.background-v1 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px 0px 0px 0px;
	background-color: #0099FF;
}

.background-2019v1 {
	background-attachment: scroll;
<? //background-image: url(background2.gif); ?>
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px 0px 0px 0px;
	background-color: #0099FF;
}


.background-v3 {
	background-attachment: scroll;
<? //background-image: url(background2.gif); ?>
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px 0px 0px 0px;
	background-color: #00CCFF;
}

.background-ori-cny {
	background-attachment: scroll;
<? //background-image: url(background2.gif); ?>
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px 0px 0px 0px;
	background-color: #FF0000;
}

.tableborder {
	border: 0px solid #CCCCCC;
}
.titlecolor {
	font-size: 13px;
	color: #FFFFFF;
}
.diarycontent {
	font-family: "Arial","STHeiti","Microsoft YaHei","黑體",sans-serif;
	font-size: 13px;
	color: #000000;
}
.url {color: #0066FF;}

a.diary:link {
	color: #0066FF;
}
a.diary:visited {color: #0066ff}
a.diary:hover {color: #ff9900}

a.weathertext:link {color: #626262}
a.weathertext:visited {color: #626262}
a.weathertext:hover {color: #ff9900}

div.tablescroll1 {
 height: 70px;
  width: 290px;
   overflow: hidden;
 border: 0px solid #666;
 padding: 0px;
}
div.tablescroll2 {
 height: 135px;
  width: 290px;
   overflow: hidden;
 border: 0px solid #666;
 padding: 0px;
}
.afixed{
position:fixed;
left:20px;
top:200px;
}
td.top {
  background-color: #000080;
  text-align: right;
}
td.bottom {
  padding: 1px;
}

.weathertextstyle1 {
font-family: "Arial","STHeiti","Microsoft YaHei","黑體",sans-serif;
font-size:13px;
color: #626262;
}

.v2textstyle1 {
font-family: "Arial","STHeiti","Microsoft YaHei","黑體",sans-serif;
font-size:14px;
color: #626262;
white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    width: 360px;
    display: block;
}

.themetextstyle1 {
font-family: "Arial","STHeiti","Microsoft YaHei","黑體",sans-serif;
font-size:15px;
color: #626262;
}

.v2textstyle2 {
font-family: "Arial","STHeiti","Microsoft YaHei","黑體",sans-serif;
font-size:14px;
color: #626262;
white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    width: 340px;
    display: block;
}

.newsfeed {
font-family: "Arial","STHeiti","Microsoft YaHei","黑體",sans-serif;
font-size:13px;
color: #626262;
}

.sessiontitle {
font-family: "Arial","STHeiti","Microsoft YaHei","黑體",sans-serif;
font-size:16px;
text-indent: 10px;
color: #a0a0a0;#626262
}

.cent1 {
	margin-left: auto;
    margin-right: auto;
    width: 1em
}

.v2textstyle3 {
font-family: "Arial","STHeiti","Microsoft YaHei","黑體",sans-serif;
font-size:14px;
color: #626262;
}

.wsn_h1 {
font-family: "Arial","STHeiti","Microsoft YaHei","黑體",sans-serif;
font-size:15px;
color: #626262;
}

table.v2 {
	border-width: 1px;
	border-spacing: ;
	border-style: ddotted;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	background-image:url('images/table-backdrop.gif');
    background-repeat:repeat-x;
	background-position:right bottom;
	box-shadow: 1px 1px #DBDBEA;
	
}
td.v2 {
	border-width: 1px;
	border-spacing: ;
	border-style: dotted;
}

#toolbar2{  
   margin: 0 auto;  
   height:130px;  
   position:fixed;  
   bottom:0;  
   width:100%;  
} 
#facebook  
{  
    float:left;  
    padding:0px 0px;  
}  

#toolbar_v{  
   margin: 150 auto;  
   height:600px;  
   position:fixed;  
   bottom:0;  
   width:100px;  
} 
#facebook_v  
{  
    float:left;  
    padding:0px 0px;  
} 

.tb-image {
  background-position: center top;
  background-repeat: repeat-y;
  position: relative;
}
.tb-bottom-image {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;

}


    .awesome {
      
 //   font-family: futura;
 //   font-style: italic;
      
      width:100%;
      
      margin: 0 auto;
      text-align: center;
      
      color:#313131;
 /*   font-size:45px; */
      font-weight: bold;
 /*   position: absolute; */
      -webkit-animation:colorchange 20s infinite alternate;
      
      
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: blue;
      }
      
      10% {
        
        color: #8e44ad;
      }
      
      20% {
        
        color: #1abc9c;
      }
      
      30% {
        
        color: #d35400;
      }
      
      40% {
        
        color: blue;
      }
      
      50% {
        
        color: #34495e;
      }
      
      60% {
        
        color: blue;
      }
      
      70% {
        
        color: #2980b9;
      }
      80% {
     
        color: #f1c40f;
      }
      
      90% {
     
        color: #2980b9;
      }
      
      100% {
        
        color: pink;
      }
    }

-->
</style>