@import url(http://fonts.googleapis.com/earlyaccess/notosanslepcha.css);
	body {
			    margin: 0;
			    font-family: 'Noto Sans KR', sans-serif;
			    background-color: #4B709A;  /* 45c0dd */
	}

	a {
		text-decoration: none;
	}	
/* 템플릿 */
	#menubar {
	        width:100%;
	        height:50px;
	        background-color:#333333;
	        margin-bottom:10px;
	    }

	    #menubar a {
	        text-decoration: none;
	    }

	    #teamname {
	        font-size::18px;
	        color:#ffffff;
	        margin:15px 0px 0px 10px;
	        float:left;
	    }
		

	    #credit {
	        font-size:12px;
	        color:#cccccc;
	        text-align: center;
	        margin-left: 20px;
	    }


	    #content {
			width:1180px;
			margin:20px auto;
			height:50px;
			text-align: center;
		}
	     #content h1 {
	    	color:#ffffff;
	    	font-size:2.8em;
	    	line-height: 1.5em;
	    }
	   
	    #canvas h3 {
	    	color:#ffffff;
	    	font-size:1.2em;
	    	line-height: 1em;
	    }
	   
	   
	    #canvas {
	    	width:640px;
	    	height:760px;
	    	padding-top:200px;
	    	text-align: center;
	    	background-image: url("back5.jpg");
	    	margin:2% auto;
	    }
	
	   .datatitle {
		        font-size:1.3em;
		        color:#eeeeee;
		        line-height: 0.8em;
	   }

	   .articletext {
	        font-size:1em;
	        line-height: 1.2em;
	        color:#eeeeee;
	    }
	    

	    .lists {
	    	width:500px;
	    	height:30px;
	    	border:1px solid #cccccc;
	    }

	
		.linkbtn {
		      width: 50%;
		      height: 30px;
		      padding: 5px 0;
		      text-align: center;
		      background-color: #243E54;
		      margin: 20px auto;
		    }


		  .linkbtn p {
			font-size: 1em;
			      font-weight: bold;
			      color:#ffffff;
			      line-height: 0.5em;
			      margin-top:10px;
		  }