BODY {
    margin: 		30pt;
    background-color: 	C6D6E6;
    color: 		black;
}

PRE {
    color: 		brown;
    font-family: 	"courier new", courier;
    font-style: 	normal;
    font-size: 		12pt;
}

P {
    color: 		black;
    font-family: 	arial, helvetica, sans-serif;
    font-style:  	normal;
    font-size:  	14pt;
    text-align:		justify;
}

I {
    color: 		black;
    font-family: 	arial, helvetica, sans-serif;
    font-style:  	normal;
    font-weight:	normal;
    font-size:  	12pt;
    
}

EM {
    color:		black;
    font-family: 	arial, helvetica, sans-serif;
    font-style: 	italic;
    font-weight: 	bold;
    font-size: 		12pt;
    text-align: 	left;
    display: 		inline;
}

A {
    color:		blue;
    font-family:	arial, helvetica, sans-serif;
    font-style:		normal;
    font-weight:	bold;
    font-size:		14pt;
    text-align:		left;
    text-decoration:	none;
    display:		inline;
}


H1 {
    color:		#903020;
    font-family:	"Arial Rounded MT Bold", arial, helvetica,  sans-serif;
    font-style:		bold;
    font-size:		18pt;
    text-align:		center;
}

H2 {
    color:		#903020;
    font-family:	"Arial Rounded MT Bold", arial, helvetica, sans-serif;
    font-style:		italic;
    font-weight:	bold;
    font-size:		16pt;
    text-align:		left;
}

H3 {
    color:		black;
    font-family:	"Arial Rounded MT Bold', arial, helvetica,  sans-serif;
    font-style:		italic;
    font-size:		16pt;
    text-align:		right;
}

LI {
    color:      	black;
    font-family:	arial, helvetica,  sans-serif;
    font-style:		normal;
    font-size:		14pt;
    text-align:		justify;
    list-style:		disc;
}

UL {
    color:		black;
    font-family:	arial, helvetica,  sans-serif;
    font-style:		normal;
    font-size:		14pt;
    text-align:		justify;
}

OL {
    color:		black;
    font-family:	arial, helvetica,  sans-serif;
    font-style:		normal;
    font-size:		14pt;
    text-align:		justify;
}

TABLE {
    color:		black;
    font-family:	arial, helvetica,  sans-serif;
    font-style:		normal;
    font-size:		14pt;
    text-align:		justify;
}

TD {
    color:		black;
    font-family:	arial, helvetica,  sans-serif;
    font-style:		normal;
    font-size:		14pt;
    text-align:		justify;
}

.more { color: forestgreen; }
.glos { color: dodgerblue; }
.test { color: royalblue; }
.fig  { color: 440096; }
.anim { color: red; }

.entry { 
	color: black;
	font-weight: bold;
}

.ok { 	
	color: green;
	font-weight: bold;
	text-decoration: underline;
}

.error { 
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

.popup {
	text-align: center;
	font-size:  18pt;
}

.windows { margin-right: 10pt; }

.warning { text-align: center; }

.pathitem { 
	color:000000;
	font-weight: bold;
	font-size: 15pt;
}

.moduleitem {
	color: 440096;
	font-weight: bold;
	font-size: 10pt;
}

.unititem {
	color: 000000;
	font-weight: bold;
	font-size: 8pt;
}

