body {
  margin: 0px 0px 0px 0px;
}
h1 {
  color: red;
  font-family: serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18pt;
  margin: 0px 0px 0px 0px;
}
a {
	color: #FFFFE0;
	text-decoration: none;
	font-size: x-small;
}
a:hover {
	color: #FAFAA0;
	text-decoration: underline;
}
.border {
	border : 2px solid #CC0000;
	background-color : White;
}
body {
	background-color : #000066;
	color : White;
	font-family : Tahoma;
	font-size: 13px;
}
table {
  height: 100%;
  width: 100%;
}
.td {
	background-color: #000075;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	font-weight: bold;
	padding-left: 10px;
}
.tdwithpicture {
	background-color: #000075;	
	background-image: url(vatikan.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	font-weight: bold;
	padding-left: 10px;
}
