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

*{

   padding:0px;
   margin:0px;
}
h1{
     font:"Times New Roman", Times, serif; 
	 font-weight:400;
	 height:60px;
	 width:100%;
	 background:#16A5C7;
	 line-height:60px;
	 color:white;
	 
	 
}
div{   
       width:250px;
	   height:666px;
	   background:1A8DA9;
	   
	   
}
div a{

    text-decoration:none;
	color:#FFFFFF;	 


}