@charset "utf-8";

body {
	padding: 25px;
	word-wrap: break-word;
}

p, ol, ul{
	font-size: 1.2em;
	word-wrap: break-word;
}


.slug {
	margin-bottom:-30px;
	border: 10px solid rgb(85, 107, 47);
	border-radius: 25px;
	padding-left:20px;
	padding-right:20px;
}

.NAM {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	float: left;
}

.logo {
	float: none;
	text-align: right;
}

.COMP {
	font-family: Serif;
	color: red;
	font-size: 1.2em;
	font-style: italic;
	text-align: right;
	margin-top: -40px;
	margin-right:20px;


}

.heading1 {
	font-family: 'Marcellus SC', serif;
	font-style:bold;
	text-align: center;
	color: rgb(0,0,255); 	
	font-size: 2.5em;
	float: center;
	background-color: SpringGreen;
	margin-left:20px;
	margin-right:20px;
	border-radius: 25px;
	padding-bottom:5px;
	

}

.heading2 { 
	background-color: rgb(85, 107, 47);
	color: rgb(240,248,255) ;
	padding: 5px 10px 5px 10px;
	border-radius:10px; 
	}
.download {
	text-align:right;
	font-style:bold;
	margin-top:-2.5em;
	margin-right:1em;
		}

.ital {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.EXAMP {
	margin-bottom: 25px;
	margin-top: -20px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: rgb(85, 107, 47);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(85, 107, 47);
}

.EX_H {
	font-family: 'Marcellus SC', serif;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
}

.EX_H_PDF {
	font-size: 1.4em;
	font-weight: bold;
	color: #900;
	font-variant: small-caps;
}

.EX_TX {
	padding-left: 20px;
}

.EX_TX_OL {
	font-size:1em;
	padding-left: 20px;

	
}

ol.EX_TX1 {
	padding-left: 40px;
	
}

.EX_TX_CENT {
	text-align: center;
}

.PRACT_H {
	text-align: left;
	border: medium outset;
	margin-top: 2em;
	padding-left:5px;
	background-color: rgb(128, 255, 0);
}
.PRACT_TX { background-color: #C90; }


.ANS {
	background-color: #6C6;
	text-align: center;
	color: #030;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dashed;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
}
.ANS1 {
	background-color: #6C6;
}
.ANS2 {
	background-color: #0F0;
}
.PRACT {
	background-color: #F90;
}
.PRACT1 {
	background-color: #FC0;
}

}


li { margin-bottom: 1.2em; 	
}

footer.last {
	font-size::0.8em;
	text-align:right;
	margin-top: 50px;	
	border-top: 2px solid;
	border-top-color: rgb(0,0,255);
}


