@charset "UTF-8";

@import "/css/global.css";

/* LINKS */

a:link, a:active, a:visited {color:#ff9900;}

a:hover {color:#ff6600;}


hr {
	background-color:#ffcc00;
	border-color:#ffcc00;
}

/* CLASSES */

.tag {color:#ff33ff;}


/* PIPING */

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

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

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

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

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

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

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

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

/* END */

