@import url("../common/style.css");

.entry
{
	display: block;
	width: 700px;
	margin-bottom: 20px;
	padding: 15px 30px 15px 30px;
	background-image: url("entry.png");
	background-position: center center;
	background-repeat: repeat;
	border-style: outset;
	border-color: Aqua;
	border-width: 3px;
	text-align: left;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;	
	text-decoration: none;
	color: Maroon;
}

.entry:hover
{	
	background-image: url("entryhover.png");
	border-style: inset;
}

.title
{	
	font-family: "Times New Roman";
	font-size: large;
	text-decoration: underline;
}

.publisher
{
}

.publishdate
{
	font-size: small;
}

.comments
{
	font-size: small;
	font-style: italic;
}

span
{
	line-height: 150%;
}

#disclaimer
{
	font-size: large;
	text-align: justify;
}