@charset "UTF-8";

a:hover {
	background: #f3fff3;
	}

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

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

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

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

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

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

ul {
	list-style-image: url("li.gif");
	list-style-type: square;
	}

dt { color: #008; }

table {
	border: 1px solid #008;
	}

caption { color: #008;	}

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

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