/* CSS Document */
#container {
/*	border: 1px solid blue;
	background-color: #EDE7C3;*/
}

#content {
/*	border: 1px solid blue;*/
	text-align:center;
}

div.b1 {
/*	border: 1px solid red;*/
	font-size: 14px;
	line-height: 120%;
	text-align:left;
}

div.cover {
/*	border: 1px solid blue;*/
	float:left;
}

img.cover {
	border-right:26px solid white;
	border-bottom:15px solid white;
	height:auto;
	width:auto;
}

div.title {
	color: #0B0469;
	font-family:"Times New Roman", Times, serif;
	font-size : 28px;
	font-style:italic;
	font-weight : bold;
	line-height: 100%;
}

div.subtitle {
	color: #0B0469;
	font-family:"Times New Roman", Times, serif;
	font-size : 24px;
	font-style:italic;
	font-weight : bold;
	line-height: 100%;
}

div.author {
	color: #2D4B16;
	font-size: 14px;
	font-weight : bold;
}

div.back {
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
}

A:LINK {
	color: #2D4B16;
	font-weight : bold;
	background-color : transparent;  
}

