body
{
	background-image: url(Images/bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
	margin: 0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif
	

}

#heading
{
	
	text-align: center;
	position: relative;
	font-weight: bold;
	font-size: 36px;
	margin: 0;
	padding:0;

}

#abstract
{
	
	position: relative;
	text-decoration: none;
	color: #000000;
	


}

.title
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
	display: inline;


}

.information
{

	margin: 0;
	font-size:12px;
	/*text-decoration: none;*/
	

}

.information:hover
{

	text-decoration: underline;
	
}

#abstract:hover
{

	text-decoration: underline;

}

img
{

	float: right;
	padding: 0px 0px 0px 3px;

}
