/* import webfonts */
/* Noto Sans */
@import url("https://fonts.googleapis.com/css2?family=Junge&family=Poiret+One&display=swap");


/* @font-face {
        font-family: "Junge";
	src: local('Junge'), url('http://fonts.googleapis.com/css?family=Junge') format('truetype'); /* not IE */
	src: url('http://fonts.googleapis.com/css?family=Junge'); /* IE */
	} */

body	{
/*	background-image: URL(images/chigi2.png); */
	background-attachment: fixed;
	background-position: 10% 80%;
	background-repeat: no-repeat;
/*	background-color: #d0d0ff; */
	background-color: #ffffff; 
	font-size: 100%; 
/*	line-height: 150%; */
	}

h3
	{
	font-family: 'Poiret One', sans-serif;
	font-size: 150%;
	line-height: 150%;
	}

a	{
	text-decoration: none;
	}

a:hover	{
	text-decoration: underline;
	}

p.indent {
	margin-left:30px;
	margin-right:30px;
	}

h2.section {
	text-decoration:underline;
	}

/* top camouflage */
#camouflage
	{
	position: fixed;
	width: 100%;
	top: 0px;
	height: 30px;
	background-color: #d0d0ff;
/*	background-color: #ffffff; */
	}

/* sidebar */
#menu
	{
	position: fixed;
	left: 30px;
	top: 30px;
	bottom: 0px;
	width: 260px;
	padding: .8em 4px .8em 10px;
	border-right-style: ridge;
	border-width: 10px;
	border-color: #6B238E;
	background-color: #9370DB;
/*	background-color: #d0d0ff; */
	font-family: 'Junge', serif;
	font-weight: 400;
	line-height: 150%;
	}

a.menu
	{
	text-decoration: none;
	color: #581C90;
/*	font-weight: bold; */
	}

a.menu:visited
	{
	color: 	#401c50;
	}

a.menu:hover
	{
	text-decoration: underline;
	}

/* body */

#text	{
	margin-left: 325px;
	margin-top: 60px;
	margin-right: 10px;
	max-width: 960px;
	font-family: 'Junge', serif;
	font-weight: 400; 
	line-height: 150%;
	}

p.abstract
	{
/*	margin-left: 30px; */
	text-align: justify;
/*	text-indent: 2em; */
/*	margin-right: 30px; */
	}