@import url("../common/style.css");

.intro
{
	font-size: large;
	text-align: justify;
}

.entry
{
	position: relative;
	display: block;	
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
	background-image: url("entry.png");
	background-position: center center;
	background-repeat: repeat;
	border-style: outset;
	border-width: 2px;
	border-color: Lime;
	min-height: 10px;
}
.entry:hover
{
	background-image: url("entryhover.png");
	border-style: inset;
}

.logo
{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	margin: 26px 0px 0px 26px;
	padding: 0px;
	/* max-height: 96px; */
	/* max-width: 192px; */
}

.entity
{
	display: block;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;	
	margin: 18px 18px 0px 250px;
	padding: 0px;
}

.individuals
{
	font-size: large;
	margin: 18px 18px 18px 270px;
	padding: 0px;
}

.entry#prisma
{
	min-height: 118px;
}

.entry#maltadev
{
	min-height: 74px;
}
