body {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	background-color: #fcfcfc;
	color: #050d35;
	margin-left: 32px;
	margin-right: 8px;
	background-image:url(gfx/back.png);
	
	/* font-size: 12px; */
}

.head {
	padding-left: 8px;
	
	color: #3968a5;
	font-size: 160%;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	
}

h2 {
	padding-left: 8px;
	width: auto;
	margin-top: 24px;
	color: #3968a5;
	font-size: 120%;
	/* font-weight: bold; */
	font-variant: small-caps;
	/* font-stretch: condensed; */
	font-style: italic;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3968a5;
	
}

div {
	border: 1px;
	border-style: dashed;
	border-color: #3968a5;
	background-color: #f0f0f0;
	padding: 6px;
	margin-left: 16px;
	margin-right: 8px;	
}


p {
	margin: 8px 4px;
}

.mono {
	font-family: Courier, fixed, monospace;
	background-color: #41096a;
	font-weight: bold;
	font-style: italic;
	/* font-size: 14px; */
	
}

a, a:visited {
	color: #3968a5;
	/* text-decoration: none;
	font-style: italic; */

}

a:hover {
	color: #dc463c;
}