@charset "UTF-8";

@import "/css/global.css";

hr {
	border-color:#00cc00;
	background-color:#00cc00;
}

/* PIPING */

td.top_left {background:url(/graphics/tribal/top_left.gif) no-repeat;}

td.top {background:url(/graphics/tribal/top.gif) repeat-x;}

td.top_right {background:url(/graphics/tribal/top_right.gif) no-repeat;}

td.left {background:url(/graphics/tribal/left.gif) repeat-y;}

td.right {background:url(/graphics/tribal/right.gif) repeat-y;}

td.bottom_left {background:url(/graphics/tribal/bottom_left.gif) no-repeat;}

td.bottom {background:url(/graphics/tribal/bottom.gif) repeat-x;}

td.bottom_right {background:url(/graphics/tribal/bottom_right.gif) no-repeat;}


/* LINKS */

a:link, a:active, a:visited {color:#00cc00;}

a:hover {color:#00ff00;}


/* CLASSES */

.act {					/* unused? */
	font-size:100%;
	font-weight:bold;
}

.artist {color:#009900;}

.title {color:#00cc00;}

.scrip {font-size:100%;}

.note {}

.tag {color:#009900;}

/* END */

