
div {
	padding: 0;
}

.w-25 {
	width: 25%;
}
.w-40 {
	width: 40%;
}
.w-50 {
	width: 50%;
}
.w-60 {
	width: 60%;
}
.w-75 {
	width: 75%;
}
.w-80 {
	width: 80%;
}
.w-90 {
	width: 90%;
}
.w-100 {
	width: 100%;
}


.w-40px {
	width: 40px;
}
.w-50px {
	width: 50px;
}
.w-60px {
	width: 60px;
}
.w-80px {
	width: 80px;
}
.w-100px {
	width: 100px;
}
.w-120px {
	width: 120px;
}
.w-150px {
	width: 150px;
}
.w-180px {
	width: 180px;
}
.w-200px {
	width: 200px;
}
.w-220px {
	width: 220px;
}
.w-240px {
	width: 240px;
}
.w-260px {
	width: 260px;
}
.w-300px {
	width: 300px;
}
.w-340px {
	width: 340px;
}






.bg-Azure{
	background-color: Azure;
}
.bg-Beige{
	background-color: Beige;
}
.bg-Bisque{
	background-color: #FFE4C4;
}
.bg-LightGray{
	background-color: #D3D3D3;
}
.bg-MistyRose{
	background-color: MistyRose;
}
.bg-Lavender{
	background-color: Lavender;
}
.bg-GhostWhite{
	background-color: GhostWhite;
}
.bg-Silver{
	background-color: Silver;
}
.bg-Snow{
	background-color: Snow;
}
.bg-Ivory{
	background-color: Ivory
}
.bg-LightCyan{
	background-color: LightCyan;
}

