body {
	font-family: 'Inconsolata', 'Courier New', serif; /*'Cutive Mono'*/
	background-color:#f0f0f0;
	color:#000;
	font-size:90%;
	margin-left: 7%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	max-width:750px;
	min-width: 400px;
	line-height:130%;
}


.small {
	margin-bottom:70px;
}

.photo img {
	border:1px solid #CCC;
	border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

table p {
	font-size:75%;	
}

a:link, a:visited, a:hover {
	
	color:#000;
	text-decoration: underline;

}


.footer {
	margin-bottom:50px;
	margin-top:50px;
	text-align:left;
/*	color:#007eb3;*/
	font-size:80%;
}


#scheme {
	position:absolute;
	width:8px;
	height:8px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color: #000000;
	cursor: pointer;
}
