@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');
body {
	
	color:#333;
	line-height:160%;
	font-size:16px;
	/* background:url("../images/39967221-blackboard-wallpapers.jpg") #313638 top center repeat-y; */
	/* background:#FFFFFF top center repeat-y;
	background-color: #ffffff; */
    background-color: #F0EEDB;
    /* background-color: #3c2969; */
    background-image: url("https://www.transparenttextures.com/patterns/fabric-of-squares.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background-attachment: fixed;
	font-family: 'ABeeZee', sans-serif;
}
div.hd {
	display: inherit;
	margin: 0;
	padding: 10px;
	text-align: center;
	background:#FFF;
	background:#FFF url("../images/categories_swirl.png");
	background:#FFF url("../images/starburst1.png");
	background-repeat:no-repeat;
	background-position:top center;
	    background-attachment: fixed;
        color:#FFF;
    border-bottom: 2px solid #421D6D;
    margin-bottom:20px;
}
div.divx {
	background:rgb(228, 223, 161);
	padding:40px;
}
div.divy {
	background: rgb(212, 206, 75);
	padding:40px;
}
img#logo {
	margin:0 auto;
}
h1,h2 {
	text-align: center;
	/*font-weight:700;*/
}
h3 {
	margin-bottom:10px;
}
span.mnd {
	color:red;
}
