@charset "utf-8";

a:link,a:visited {
	color: #90f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/******************** tabs ********************/
p#menu-tab {
	background:  url("../images/menu-purple.gif") top no-repeat;
}
ul#menu {
	background:  url("../images/menu-purple.gif") bottom no-repeat;
}
ul#menu li {
	border-right: 1px solid #dbf;
	color: #edf;
}

/******************** h ********************/
h2 {
	color: #90f;
}


div.purple dl.update {
	margin: 0 0 0 8px;
}
div.purple dl.update dt {
	font-weight: bold;
	margin-bottom: -2px;
}
div.purple dl.update dd {
	margin-bottom: 3px;
}



