.title{
	font-size: x-large;
	font-weight: bold;
	margin: 10px;
}

.author{
	margin: 10px;
	font-family: "Trebuchet MS";
	font-size: 90%;
}

.abstract{
	margin: 10px;
	font-family: Arial;
}

.image_div{
	float: right;
	clear: both;
	margin: 30px 10px 10px 10px;
	height: 250px;
}

.image{
	height: 250px;
}

.article{
	margin: 10px;
	min-height: 300px;
	border-width: thin;
	border-color: #990000;
	border-style: solid;
}

.id{
	color: #ffffff;
	font-size: x-large;
	background-color: #990000;
}

h1{
	margin: 10px;
	color: #990000;
}

.toHome{
	margin: 10px;
	font-size: small;
	text-align: right;
}