@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;
}





