a {
	color : #632523;
}

body {
	background-color : #000;
}

div#main {
	background : url('imgs/back.jpg');
	background-position : bottom center;
	background-repeat : no-repeat;
	font-size : 12pt;
	height : 760px;
	position : relative;
	text-align : left;
	width : 1000px;
}

div#corpus {
	color : #632523;
	font-family : sylfaen;
	height : 540px;
	left : 220px;
	position : absolute;
	text-align : center;
	top : 110px;
	width : 560px;
}

div#in {
	color : #000;
	height : 300px;
	left : 30px;
	overflow-y : auto;
	padding : 0px;
	padding-right : 5px;
	position : absolute;
	text-align : justify;
	top : 130px;
	width : 500px;

	scrollbar-face-color: #ff64ff;
	scrollbar-shadow-color: #ff64ff;
	scrollbar-highlight-color: #ff64ff;
	scrollbar-3dlight-color: #632523;
	scrollbar-darkshadow-color: #632523;
	scrollbar-track-color: #ff64ff;
	scrollbar-arrow-color: #000000;

}

h2 {
	color : #632523;
	font-family : Comic sans MS;
	text-align : center;
	text-decoration : underline;
	font-size : 16pt;
}

h3 {
	color : #632523;
	font-family : comic sans MS;
	font-size : 15pt;
	font-weight : 100;
}

hr {
	color : #632523;
	height : 2px;
	text-align : center;
	width : 50px;
}

img {
	border : 0px solid #000;
	vertical-align : middle;
}

img.cadre {
	position : absolute;	
}

p {
	color : #000;
	font-family : comic sans MS;
	font-size : 10pt;
}