﻿@import url('lightbox.css');
#publication {
	position: relative;
	top: 25px;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#publication table p {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: medium;
	text-align: center;
	width: 100%;
	position: relative;
	margin-top: 0px;
	vertical-align: bottom;
}
#publication table {
	width: 100%;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	background-color: #C0C0C0;
	border: medium groove #00FFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 50px;
}
#publication table td {
	border: thin outset #0000FF;
	width: 25%;
	height: auto;
}
#publication table tr td h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	position: relative;
	text-decoration: none;
}
#publication table tr td cell {
	border: 1px solid #FF00FF;
}
