@charset "UTF-8";
/* CSS Document */

	#global {
	margin-left: auto;
	margin-right: auto;
	width: 950px; /* mandatory to be centered */
	margin-top: 0px;
	border: 2px solid #000;
	background-color: #fff;
	
     }
	 
	 .names {
	font-size: 14px;
	font-weight: bold;
}
	 
	 
	 body{
	 font-family: century gothic, arial, sans-serif;
	 font-size: 12px;
	 background-color: #000;
	 }
	 
	 table{
	  font-family: century gothic, arial, sans-serif;
	 font-size: 12px;
	

	 }
	 
	 .td{
	  border: 2px solid #000;
	  background-color: #CCCCCC;


	  }
	 
	 
	 
	 
	 #content{
	 width: 950px;
	 background-color: #fff;
	 }
	 
	 
	 
	 #inner_content{
	 width: 920px;
	 margin-right: 15px;
	 margin-left: 15px;
	 line-height: 18px;
	 }
	 
	 .h1{
	 font-size: 18px;
	 font-weight: bold;
	 }
	 
	 .float_left{
	 float:left;
	 margin-right: 10px;
	 }
	 
	 #new{
	 background-color:#333333;
	 width: 920px;
	 height: 200px;

	 }
	 
	 #new_inner{
	 background-color:#333333;
	 width: 890px;
	 color: #fff;
	 margin: 15px;
	font-size: 13px;
	 }
	 
	 .bigger{
	 font-size: 15px;
	 font-weight:bold;
	 }
	 
	  #saying{
	 background-color: #990000;
	 width: 500px;
	 height: 180px;
	 color: #fff;

	 }
	 
	 	 .float_right{
	 float:right ;
	 margin-right: 0px;
	 }
	 
	  
	 	 .float_right2{
	 float:right ;
	 margin-right: 50px;
	 }
	 
	 .sub_bigger{
	 font-size: 18px;
	 font-weight:bold;
	 }
	 
	 a:link {
text-decoration: underline; 
color: #000;
}


a:visited {
text-decoration: underline; 
color: #000;
}


a:hover {
color: #990000;
text-decoration: none;
}
	 
	 
	 