body {
	background-color: rgb(182,163,163);
	background-image: url(images/logo_2004.jpg);
	background-repeat: no-repeat;
}

#linkpublications {
	position: absolute;
	top: 220px;
	left: 290px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.2em;
	color: white;
	white-space: nowrap;
}


a {
	color: rgb(255,255,255);
	text-decoration: none;
	}

#linkpublications a:link {
	color: rgb(255,255,255)!important;
	background-color: transparent;
}

#linkpublications a:visited {
	color: rgb(255,255,255)!important;
	background-color: transparent;
}

#linkpublications a:hover {
	color: rgb(157,57,56)!important;
	background-color: transparent;
}

#linkpublications:hover {
	color: rgb(157,57,56)!important;
	background-color: transparent;
}

img {
	border: 0;
	}