/*  Integrative Level Classification stylesheet, by Claudio Gnoli */

/* ------------- General -------------- */

body
{
background-color:#ffffff;
color:#000000;
font-family:"Gill Sans MT","Franklin Gothic Book","Sylfaen","Palatino Linotype",Rockwell,"Trebuchet MS",Arial;
padding:5%;
}

hr
{
color:#007171;
}

h1, h2, h3
{
color:#007171;
margin-top:1em;
margin-bottom:1em;
}

h1
{
text-align:center;
font-size:150%;
}

h2
{
text-align:center;
font-size:120%;
}

h3
{
font-size:90%;
}

p
{
text-align:justify;
line-height:1.8;
margin-bottom:2em;
}

p.frontpage
{
text-align:center;
}

p.next
{
text-align:right;
}

p.ref
{
font-size: 80%;
text-align: left;
line-height:1.3;
margin-bottom:1.5em;
}

p.tail
{
font-size:75%;
margin-bottom:0em;
margin-top:0em;
text-align:left;
}

div.code
{
font-family:Courier;
white-space:pre;
margin-left:5%;
}

blockquote
{
text-align:justify;
margin-bottom:2em;
}

ul
{
line-height:1.4;
}

ul li
{
text-align:justify;
line-height:1.8;
}

ul.contents li
{
list-style-type: none;
line-height:1.4;
}

a:link
{
color: #007171;
}

a:visited
{
color: #585858;
}

a:hover
{
color: #ff3333;
}

a.menu
{
text-decoration: none;
}

img.left
{
margin-right: 2em;
}

img.right
{
margin-left: 2em;
}

.list
{
margin-bottom:1em;
}
