@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

.layout_body_wrapper
{
	background-color: #e5fff2;
}

.panel_headers
{
	background-color: #ccffdd;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

a
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	font-family: 'Open Sans', sans-serif;
}

h1
{
	font-size: 35px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 25px;
}

h4
{
	font-size: 20px;
}

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

p
{
	font-size: 18px;
}

.book_tile_title a
{
	text-decoration: none;
}

.book_tile_title
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: -20px;
	margin-bottom: -20px;
}

.TILE_book_author a
{
	text-decoration: none;
}

.TILE_book_author
{
	font-size: 14px;
	margin-bottom: -30px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
