body{
		background-color: #4F0000;
		color: #8B0000;
	}
	a
	{
		text-decoration: none;
		color: Maroon;
	}
	a:hover
	{
		color:red;
	}
	img.picl
	{
		border: 1px solid #BDB76B;
		margin-right: 25px;
	}
	img.picr
	{
		border: 1px double #BDB76B;
		margin-left: 25px;
	}
	p
	{
		text-align:justify;
		font-size:15px;
	}
	hr
	{
		height:1px;
		color:#BDB76B;
	}
	div.info
	{
	z-index: -1;
	visibility: hidden;
	position: absolute;
}

