/* CSS Document */

 a:link	{ color:#ccc;text-decoration:none;}
a:visited	{  color:#ccc;text-decoration:none;}
a:active	{  color:#ccc;text-decoration:none;}
A:hover {        font-size:12px;
       color:#ffffff;
	   background-color:#000;
	   text-decoration:none;
 }

 body   { color: #fff;
  text-align: left; 
  margin: 0;
 background: url("../12/2560/020712.jpg") fixed; 
 background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
 }
	  .co { 
	  font-family:"Times New Roman", Times, serif;
       font-size:12px;
	   color:#fff;
	    text-align:right;
	   font-weight:normal;
	   padding-right:10px;
	   padding-left:10px;
	   padding-top:5px;
	   padding-bottom:3px;
	   margin-top:0px;
	   margin-left:10px;
	   margin-bottom:5px;
	   text-transform:none;
	  }
	  #navi {
	  position:fixed; 
	  margin-top:10px;
	  width:200px;
	  
	  }
	  	 .co2 { 
	 font-family:Helvetica, Arial, Verdana, Sans-serif;
       font-size:12px;
	   color:#c0c0c0;
	   text-align:left;
	   font-weight:normal;
	   padding-top:5px;
	   padding-bottom:5px;
	   margin-top:10px;
	   margin-left:210px;
	   margin-bottom:0px;
	   text-transform:none;
	   width:960px;
	   line-height:120%;
	  }
