@font-face {
    font-family: "utsah";
    font-style: normal;
    src: url("UTSAAH-HU.OTF");
}

body, html{
	margin: 0px; 
	padding: 0px;
	background:url(book_bg_body.jpg) no-repeat bottom right #3e3e40; 
	color: white;
	font-family:utsah;
	font-size:22px;
}
.title_cnt{
	position:relative;
	width:80%; 
	border-bottom:8px solid #32A64F;
	display: block;
	padding-top:15px;


	
}
.title{
	color:#32A64F;
	font-size:40px;
	cursor:pointer;
	padding-left:15px;
	text-transform: uppercase;
}
.logo_cnt{
	float:right;
	position:absolute;
	top:10px;
	right:30px;
}
.introtext_cnt{
	padding:15px;
	text-align: justify;
}
.support_cnt{
	width:20%;

	float:right;
	border-left:8px solid #32A64F;
}
.support_title{
	color:#32A64F;
	font-size:28px;
	display:block;
	margin:10px;
	
}
.link{
	display:block;

	margin:10px;
	cursor:pointer;
	color:white;

}
.link:hover{
	color:#32A64F;
}
.normallink{
	color:#32A64F;
	text-decoration:underline;
}
.normallink:hover{
	color:#1560A9;
}