@charset "utf-8";

a:link, a:visited {
	color: #f09;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/******************** tabs ********************/
p#menu-tab {
	background:  url("../images/menu-pink.gif") top no-repeat;
}
ul#menu {
	background:  url("../images/menu-pink.gif") bottom no-repeat;
}
ul#menu li {
	border-right: 1px solid #fbd;
	color: #fde;
}

/******************** h ********************/
h2 {
	color: #f09;
}






