@import url("/css/format/body.css");
@import url("/css/format/links.css");
@import url("/css/format/menu.css");
@import url("/css/format/text.css");

hr {    
  color:#226622;
}

body {
   background:#CCE0CC url(/xandra/images/xandraback.jpg) repeat fixed;
   color:#000000;
   scrollbar-base-color:#226622;
   scrollbar-3dlight-color:#FFFFFF;
   scrollbar-arrow-color:#226622;
   scrollbar-darkshadow-color:#666666;
   scrollbar-face-color:#CCE0CC;
   scrollbar-highlight-color:#CCFFCC;
   scrollbar-shadow-color:#999999;
   scrollbar-track-color:#99AA99;
}

.ticker-box {
   border:3px inset #CCE0CC;
   background:transparent;
   border-radius:8px;
   -webkit-border-radius:8px;
}

.story-top {
    display:none;
}

.story-bottom {
    display:none;
}

.story {
   background:transparent;
   color:#000000;
   margin-left:185px;
}

h1, h2, h3, h1.plain, h1.ticker {
  color:#226622;
}

.warn {
	color:#882220;
}

.menu-bar-top {
   background:transparent url(/xandra/images/scrolltop.gif) no-repeat bottom;
}

.menu-bar-middle {
   background:transparent url(/xandra/images/scroll.gif) repeat-y;
}

.menu-bar-bottom {
   background:transparent url(/xandra/images/scrollbot.gif) no-repeat;
}

a {
    color:#004400;
}

a:hover {
    color:#000000;
}

a.plain {
    color:#004400;
}

a.plain:hover {
    color:#000000;
}

a.plain:active {
    color:#DD0000;
}

a.menu-item {
    color:#CCCCCC;
}

a.menu-item:hover {
    color:#FFBB22;
    color:#FFFFFF;
    text-decoration:underline;
}

a.menu-item-smaller {
    color:#CCCCCC;
}

a.menu-item-smaller:hover {
    color:#FFBB22;
    color:#FFFFFF;
    text-decoration:underline;
}

a.button {
    border:2px outset #448844;
    background:#226622;
    color:#CCCCCC;
}

a.button:hover {
    border:2px inset #448844;
    background:#448844;
    color:#FFFFFF;
}

a.menu-item-legal {
    color:#DDDDDD;
}

a.menu-item-legal:hover {
    color:#FFFFFF;
    text-decoration:underline;
}

a.menu-item-legal:hover {
    color:#FFFFFF;
}

a.ticker {
    color:#004400;
}

a.ticker:hover {
    color:#000000;
}