@charset "UTF-8";

a:hover {
	background: #ffffd4;
	}

div#header {
	background: #fff url("bar.gif") repeat-x bottom;
	}
	
div#header h1 {
	color: #880;
	}

p#copyright {
	background: #ffffd4 url("bar.gif") repeat-x top;
	}

div.box h2 {
	background: #ffff99 url("b.gif") repeat-x top;
	border-color: #880;
	color : #880;
	}

div.box h3 {
	background: #fff url("bar.gif") repeat-y left;
	}

div.sitemap h3 {
	border-color: #880;
	}

div#menu h3, div#menu h4, div#menu h5 {
	background: #ffff99 url("b.gif") repeat-x top;
	color: #880;
	}

ul {
	list-style-image: url("li.gif");
	list-style-type: square;
	margin: 10px;
	padding: 0 2px 0 7px;
	}

dt { color: #880; }

table {
	border: 1px solid #880;
	}

caption { color: #880;	}

tr.o	{ background: #ffff99;	}
tr.e	{ background: #fff;		}

th	{ background: #ffff99 url("b.gif") repeat-x top;	}