a:visited {
	color: steelblue;
}

a:hover {
	color: red;
}

img {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

body {
	/*background-color: #00FA9A;*/
	/*background-color: #72FBB1;*/
	background-color: mediumseagreen;
	text-align : justify;
	/*font-family: tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;*/
	font-size: 10pt;
	padding: 40px
}

.texttbl table{
	color: red;
	background-color: mediumseagreen;
	/*border-width: 20px;*/
	border-color: red;
}

.texttbl th, .texttbl td {
	background-color: mediumseagreen;
	/*border-width: 20px;*/
	border-color: black;
	padding: 6pt;
	text-align: left;
}

TABLE,td, caption {
	background-color: lightblue;
	margin: 10px;
}


CAPTION {
	font-size: smaller;
	font-style: italic;
	/*vertical-align: text-bottom;*/
}

H1 {
	/*padding: 12pt;*/
	/*background-color: brown;*/
	/*color: aquamarine;*/
	font-size: 16pt;
	font-weight: bold;
}

H2 {
	color: forestgreen;
	font-size: 12pt;
	font-weight: bold;
}

H6 {
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

H4 {
	color: crimson;
	font-size: 10pt;
	font-weight: bold;
}

LI {
	padding-top: 6pt;
}


p.auth{
	font-weight : bold;
	font-style : italic;
}

.bib{
}

.note{
	/*font-weight : bold;*/
	font-size : smaller
}


