@charset "utf-8";
.taboo {
	background-color: #FEDDE8;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}
.taboo2 {
	background-color: #042035;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.taboo3 {
	background-image: url(images/lb.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.taboo4 {
	background-color: #FDBCD0;
	background-image: url(images/mbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.taboo5 {
	background-color: #FEDDE8;
	background-image: url(images/mbgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.taboo6 {
	background-color: #FEDDE8;
	background-image: url(images/mbgb.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.sm:link {
	text-decoration: none;
	color: #c41c73; 
}
.sm:visited {
	text-decoration: none; 
	color: #c41c73; 
}
.sm:hover {
	text-decoration: underline;
	color: #c41c73; 
}
.sm:focus {
	text-decoration: none; 
	color: #c41c73; 
}
.sm:active {
	text-decoration: none; 
	color:#c41c73; 
}