/*==================offset=================*/


img {
	border: 0;
	}

/*=================base====================*/
html {
	overflow-y:scroll;
	}

a {
	color: #0000CC;
	}

a:visited {
    color: #800000;
	}

a:hover {    color: #339900;
	}

/*================articles======================*/


strong {
	font-weight: bold;
	color: #000000;
	}

em {
	font-weight: bold;
	color: #FF6600;
	}



.r_img {
	text-align:right;     float: right;
	margin: 0 0 5px 10px;
	}

.l_img {
	text-align:right;     float: left;
	margin: 0 10px 5px 0;
	}

.c_img  {
	   text-align:center;   margin: 5px 20px;    }



.title_head {     text-align:center;    padding: 0px 20px;    
    color:  #ffffff;    background:  #FF9900;    font-size: 24px;
      }

#newstitle{
     text-align:center;   padding-left:0px;    height: 40px;       }
	 


.article{    line-height: 130%;    }
