BODY {background-color : #C6C1BE;}

a img {border : none;}

#image-id {
    max-width: 80vw;
    max-height: 80vh;
}

.li1 li {list-style : none; color : #FFFFFF}
.li2 li {list-style : square; color : #C0C0C0;} 
.li3 li {list-style : none; color : #FFFFFF; margin-left: -40px; line-height: 1em;}

.body a:link {text-decoration : none; color : #006699;}
.body a:visited {text-decoration : none; color : #006699;}
.body a:hover {text-decoration : overline; color : #4682b4;}
.body a:active {text-decoration : none; color : #006699;}

.body-free-align a:link {text-decoration : none; color : #006699;}
.body-free-align a:visited {text-decoration : none; color : #006699;}
.body-free-align a:hover {text-decoration : overline; color : #4682b4;}
.body-free-align a:active {text-decoration : none; color : #006699;}

.body-free-align-green a:link {text-decoration : none; color : #006633;}
.body-free-align-green a:visited {text-decoration : none; color : #006633;}
.body-free-align-green a:hover {text-decoration : underline; color : #006633;}
.body-free-align-green a:active {text-decoration : none; color : #006633;}

.heading a:link {text-decoration : none; color : #006699;}
.heading a:visited {text-decoration : none; color : #006699;}
.heading a:hover {text-decoration : overline; color : #4682b4;}
.heading a:active {text-decoration : none; color : #006699;}

.small a:link {text-decoration : none; color : #006699;}
.small a:visited {text-decoration : none; color : #006699;}
.small a:hover {text-decoration : overline underline; color : #4682b4;}
.small a:active {text-decoration : none; color : #4682b4;}

.smallblack a:link {text-decoration : none; color : #006699;}
.smallblack a:visited {text-decoration : none; color : #006699;}
.smallblack a:hover {text-decoration : overline underline; color : #4682b4;}
.smallblack a:active {text-decoration : none; color : #4682b4;}

.boxed a:link {text-decoration : none; color : #CB560D;}
.boxed a:visited {text-decoration : none; color : #CB560D;}
.boxed a:hover {text-decoration : none; color : #FF8B00;}
.boxed a:active {text-decoration : none; color : #CB560D;}


.contain {
  object-fit: contain;
}

.scale-down {
  object-fit: scale-down;
}


p.BODY {
	font-family : Palatino, serif;
	font-size : 13pt;
	text-align : justify;
	color : #000000;
}

p.BODY-RED {
	font-family : Palatino, serif;
	font-size : 15pt;
	font-weight : bold;
	text-align : center;
	color : #CC0000;
}

p.BODY-FREE-ALIGN {
	font-family : Palatino, serif;
	font-size : 12pt;
	color : #000000;
}


p.BODY-FREE-ALIGN-GREEN {
	font-family : Palatino, serif;
	font-size : 12pt;
	color : #006633;
}

p.HEADING {
	font-family : Palatino, serif;
	font-size : 16pt;
	color : #000000;
}

p.SMALL {
	font-family : Palatino, serif;   
	font-size : 10pt;   
	color : #808080; 
}

p.SMALLBLACK {
	font-family : Palatino, serif;   
	font-size : 10pt;   
	color : #000000; 
}

p.BOXED {  
	font-family : serif;
	font-size : 12pt;
	font-variant : small-caps;
	text-align : left;
	color : #CB560D;
	border-style : dashed;
	border-width : thin;
	padding : 2mm;
}



