@charset "UTF-8";

@import "global.css";

hr {
	border-color:#9900cc;
	background-color:#9900cc;
}


/* PIPING */

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

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

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

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

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

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

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

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


/* LINKS */

a:link, a:active, a:visited {color:#9900ff;}

a:hover {color:#cc00ff;}

.tag {color:#cc00ff;}

