@charset "utf-8";
h1 {
	color: #1B0FF0;
	font-family: aldhabi;
	font-size: large;
}
.important {
	text-align: center;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	color: #BAA544;
}

body p {
	color: #1B0FF0;
	font-family: aldhabi;
	font-size: large;
}
.lg {
	background-color: #BAA544;
}

img {
	-webkit-box-shadow: 2px 2px 3px #BAA544;
	box-shadow: 2px 2px 3px #BAA544;
}
body {
}


.link {
	color: #1B0FF0;
	text-decoration: underline;
}
.link:hover {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
.fltrt {
	float: right;
	margin-left: 8px;
	text-align: center;
	-webkit-box-shadow: 8px 8px 8px;
	box-shadow: 8px 8px 8px;
	background-color: #BAA544;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfix {clear:both; height:0; font-size: 1px; line-height: 0px;}
