body
{
	background-color: rgb(200,200,200);
	margin:			10px 10px 0 10px;
    padding:		0;
}

img.left
{
	float:			left;
	margin-right:	20px;
	margin-bottom:	20px;
	border-style:	solid;
	border-width:	1px;
	border-color:	black;
}

P.center
{
	text-align:		center;
}

P.footnote
{
	font-size: 		0.75em;
	color:			rgb(100,100,100);
}
P.italic
{
	font-size:		1.25em;
}

P.small
{
	font-size:		0.75em;
}

A:link
{
	text-decoration: none;
	color: white;	
}

A:visited
{
	text-decoration: none;
	color: white;
}

A:active
{
	text-decoration: none;
	color: white;	
}

A:hover
{
  	text-decoration: none;
	color: black;	
}

A:link.visible
{
	text-decoration: underline;
	color: black;	
}

A:visited.visible
{
	text-decoration: underline;
	color: black;	}

A:active.visible
{
	text-decoration: underline;
	color: black;	
}

A:hover.visible
{
  	text-decoration: underline;
	color: black;	
}

#level0
{
	background:		rgb(24,58,86);
}

#level1
{
    margin-left:	120px;
    padding-left:	10px;
    background:		white;
   	border-style:	solid;
	border-width:	1px;
	border-color:	black;
}

#level2
{
	background:		white;
	margin-left:	5%;
	margin-right:	5%;
	margin-bottom:	5%;
}
