body {
	font-family: Arial, Verdana, Sans-serif;
	background: #ffffff;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px;
	border: 2px solid #cccccc;
	border-left: 2px dotted #cccccc;
	border-right: 2px dotted #cccccc;
	background-image: url('/img/none.jpg');
    background-repeat: repeat; /* This ensures the image tiles */
    background-size: auto; /* This maintains the original size of the image */
	}

h1, h2, h3 {
	color: #000;
	margin-top: 30px;
	margin-bottom: 25px;
	line-height: 120%
	}

h1 {
	font-size: 32px
}

h2 {
	font-size: 26px
}

h3 {
	font-size: 20px
}

h3.top {
    margin-top: 10px;
}

p {
	line-height: 145%;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 16px
	}

blockquote {
	line-height: 145%;
	font-size: 14px;
	color: #000;
	font-style: italic
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 2px dotted #cccccc
	}

a:hover {
	text-decoration: none;
	border-bottom: 2px solid #cccccc
	}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 2px dotted #cccccc
}

#floating-menu-container {
    display: none;
}

#fw, #li, #ri {
    text-align: center;
}

#fw img, #li img, #ri img {
    display: block;
    width: 100%;
    margin: 5px auto;
    border: 1px solid grey;
    box-sizing: border-box;
}
  
@media screen and (max-width: 1000px) {
		body {margin-left: 0; margin-right: 0; margin-top: 10px; margin-bottom: 10px; border: 0; padding: 40px; padding-top: 0;}
	h1 {font-size: 34px;}
	h2 {font-size: 28px}
	h3 {font-size: 22px;}
	p {font-size: 22px}
	blockquote {font-size: 22px;}
	hr {margin-top: 30px; margin-bottom: 30px}
}
