/* 바깥 배경*/
.ASU-template .wikitable {
	text-shadow:0px 0px 0px transparent;
}

/* 글자 색 변경*/
.ASU-template a {
	color: #89d123;
}
.ASUL-template a:hover {
	color: #89d123;
}
.ASU-template a:active {
	color: #89d123;
}
.ASU-template a.new {
	color: #ba0000;
}
.ASU-template a.new:hover {
	color: #ba0000;
}
.ASU-template a.new:active {
	color: #ba0000;
}
.ASU-template a.external {
	color: #33b733;
}
.ASU-template a.external:hover {
	color: #33b733;
}
.ASU-template a.external:active {
	color: #33b733;
}
.mw-headline-number {
    color: #89d123!important;
}

/*목차 글자 색 변경*/
#mw-toc-heading{
	color:#89d123;
}
.toctogglelabel:after {
	color: #89d123!important;
}
.tocnumber {
	color:#89d123!important;
}
.toctogglespan {
	color:#89d123!important;
}
.toctext {
	color:#ffffff!important;
}

/* 목차 순번 칸*/

.toc ul {
	text-shadow:0px 0px 0px transparent;
	background:#070707!important;
	border: 1px solid #2e2e2e!important;
	box-shadow:0px 0px 8px #89d123!important;
	font-family: 'Sans-serif';
}
.toc li {
	background:#070707!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}

/* 목차 머리 칸*/

.toctitle {
	background:#070707!important;
	border: 1px solid #2e2e2e!important;
	box-shadow:0px 0px 8px #89d123!important;
}
/* 폰트 볼드 설정 */
b {
	font-family: 'Sans-serif';
}