@charset "utf-8";

@font-face {
	font-family: 'LANEXANG';
	src: url("../fonts/LANEXANG.TTF") format('TrueType');
	font-weight: normal;
}

.w {
	color: #ffffff;	
}

.b {
	color: #062af7;	
}

.g

{
	color: #07f81b;	
}

news {
	font-size: large;
	font-variant: normal;
	color: #fff;
	text-align: left;
  margin-bottom: 20px;
  display:block;
}

lao1 {
	font-size: 32px;
	font-variant: bold;
	color: #061615;
	font-family: "LANEXANG", sans-serif;
}

lao1w {
	font-size: 3em;
	font-variant: normal;
	color: #ffffff;
	font-family: "LANEXANG", sans-serif;
}
.RoundCorners {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #930;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 10px;
	background: linear-gradient(#9E7631, white); /* Standard syntax (must be last) */
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
}
.RoundCornersAliceLao {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #930;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Alice3 Lao";
	font-size: 20px;
	padding: 10px;
	background: linear-gradient(#9E7631, white); /* Standard syntax (must be last) */
	font-weight: bold;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
}
.RoundCornersNOShadow {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #930;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	background: linear-gradient(#9E7631, white); /* Standard syntax (must be last) */
	box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);

}
.RoundCornersNOGradient {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #930;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	padding: 10px;
	box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.75);
	background: #E7D4B4;
	top: 10px;
	
}
.RoundCornersLegacyLabels {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #930;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	background: #E7D4B4;
	-webkit-box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.75);
}
/* a:link {
	color: #0712d8;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	} */

/* a:visited {
	color: green;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-weight: normal;
    }

a:hover {
	color: #f17a82;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: rgb(129, 129, 236);
	text-decoration: none;
	} */

a.dark:link {
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-weight: normal;	
}

a.dark:visited {
	color: #99ccff;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}

a.dark:hover {
	color: #E465D1;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a.dark:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6CFA7C;
	text-decoration: underline;
	}
	
hr {
  border: none; /* Remove default borders */
  height: 15px; /* Give it a visible height */
  background-color: #0735eb; /* Set your desired background color */
}