		body {
			    margin: 0;
			    font-family: sans-serif;
		}

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

	    #menubar a {
	        text-decoration: none;
	    }

	    #teamname {
	        font-size::18px;
	        color:#ffffff;
	        font-family: sans-serif;
	        margin:15px 0px 0px 10px;
	        float:left;
	    }
		
		.btns {
	        width:140px;
	        height:50px;
	        float:right;
	        margin:0px;
	        cursor: pointer;
	    }

	    .btns p {
	        font-size:16px;
	        color:#cccccc;
	        text-align: center;
	        font-family: sans-serif;
	    }
	
	    #credit {
	       font-family: sans-serif;
	        font-size:12px;
	        color:#aaaaaa;
	        margin-left: 20px;
	        text-align:center;
	    }

/* 설명 */
		#content {
			width:1180px;
			margin:20px auto;

		}
		
		h3 {
			font-size:28px;
			color:#222222;
		}
		.articletext {
			font-size:14px;
			color:#444444;
		}
		
		a {
			text-decoration: none;
		}

		.arealabel {
			font-size:20px;
			font-weight: bold;
			color:#555555;
			text-align: center;
		}

		.linkbtn {
		      outline: none;
		      display: inline-block;
		      width: 100px;
		      padding: 6px 0;
		      text-align: center;
		      border: 1px solid #ddd;
		      background-color: #fff;
		      background-repeat: repeat-x;
		      background-position: left top;
		      font-size: 14px;
		      font-weight: bold;
		      height: 22px;
		      color:#333333;
		      line-height: 1.5em;
		      margin-bottom: 6px;
		    }
		 .linkbtn:hover {
		 	background-color:#dddddd;
		 }

/* 시각화 */
		.chart  {
		  width:290px;
		  height:300px;
		  float: left;
		  margin:0px 10px;
		}	

		.chart   p {
			font-family: sans-serif;
			font-size: 16px;
			color:#555555;
			border-bottom: 2px solid #333333;
		}

		.line {
			width:1250px;
			height:300px;
			margin: 10px auto;
		}

		div.red polygon {
			fill:#ff1d33;
		}

		div.yellow polygon {
			fill:#ffce43;
		}

		div.green polygon {
			fill:#00c0c9;
		}

		div.blue polygon {
			fill:#4970db;
		}

		