
A:visited {color: #ff00ff; }
A:link {color: #0000a5; }
A:hover {color: #008000; }
A:active {color: #0000ff; }

BODY {
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	text-align: Justify;
	color: #000080;
	margin-left: 1%;
	margin-right:1%;
	background: white url(http://fauna.dipbsf.uninsubria.it/img/logo.gif) no-repeat;
	}

H1 {
	font-family: tahoma, sans-serif;
	font-size:180%;
	text-align: Left;
	color: #008000;
	padding-top: 1em;
	padding-bottom: 1em;
	}

H2 {
	font-family: tahoma, sans-serif;
	font-size: 150%;
	text-align: Left;
	color: #008000;
	padding-top: 0.6em;
	padding-bottom: 0.2em;
	}

H3 {
	font-family: tahoma, sans-serif;
	font-size: 120%;
	text-align: Left;
	color: #008000;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	}

H4 {
	font-family: tahoma, sans-serif;
	font-size: 100%;
	text-align: Left;
	color: #008000;
	padding-top: 0em;
	padding-bottom: 0em;
	}

H5 {
	font-family: tahoma, sans-serif;
	font-size: 80%;
	text-align: Left;
	color: #008000;
	padding-top: 0em;
	padding-bottom: 0em;
	}

H6 {
  font-family: tahoma, sans-serif;
  font-size: 50%;
  text-align: Left;
  color: #008000;
	padding-top: 0em;
	padding-bottom: 0em;
  }

/*
DIV.INDENT {text-indent: 2em;}
DIV.NOINDENT {text-indent: 0;}
*/

#LEFTCOL {
	text-align: Left;
  width: 45%;
	border: 1pt dotted;
	/*
	padding: 0% ;
	padding-right: 1%;
	display: block;
	clear: left;
  */
	float: left;
	}
		
#RIGHTCOL {
	text-align: Left;
	width: 45%;
	border: 1pt dotted;
	/*
	padding: 0%;
	padding-left: 1%;
	display: block;
	clear: right;*/
	float: right;
	}

DIV.BOTTOM {
	text-align: Right;
	}

TH {font-family:tahoma, sans-serif; font-size:10pt; font-weight:bold; text-align:Justify; color:#000080; }
TD {font-family:tahoma, sans-serif; font-size:10pt; text-align:Justify; color:#000080; }
TD.spacer {width:10%;}


UL.spaced LI {margin-top:1em; display:block;}
UL LI {margin-top:0; display:block;}
P.left {text-align:Left; text-indent:0; }
OL LI:before {content:counters(item,.);counter-increment:item;}
OL {counter-reset:item;}
LI.large {margin-top:1em; }
LI {display:block;}


.pageheader {	font-size: 120% ;	font-style: italic;	text-align: Right;	color: #007000 ;	}
	
.caption {font-size: 70%; }

.bold {font-weight: bold;}

.restricted {color: visited: #007000; background-color:#ffcc66; }

.intranet {color: visited: #009900; background-color: #99ff99; }

.emphasis {color: #ff0000; text-color: #ff0000; }

.red {color: Red; }


.indent1 {margin-left: 1em;}
.indent2 {margin-left: 2em;}
