h1 {
  display: block;
  text-align: center;
  font-size: 2em;
  padding:0;
  color:#003366/*#CDE985*/;
  line-height: 1.4em;
}
font, span, div {
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;
}
body {
	background-color: #003366 /*#006699*/;
	color: black;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;
	margin: 10px;
	text-align: center;
	}

.litur {
	padding: 5px;
	background-color:#0099FF;
	border:2px solid #33CCFF;
	margin:40px;
}
img {
	background-color: #DAB8B1/*#EEB0D9*/;
	border: 0px solid #003366;
	padding: 0px;
}	
#box {
	position: relative;
	padding: 0 80px;
	z-index: 1;
	}

a {
  color: #003366;
  font-style: none;
  font-size: 12px;
  text-decoration: underline;
}
a:hover {
  color: #33CCFF;
  font-style: none;
  text-decoration: none;
}

#right  a {
    color: #003366;
	font-style: italic;
	text-decoration: underline;
	}

#right a:hover {
    color: #33CCFF;
	font-style: italic;
	text-decoration: none;
	}
#centerbox {
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 0 40px;
	}
#left {
	position: relative;
	float: left;
	z-index: 3;
	padding-right: 40px;
	}
#left img {
	border:2px solid #33CCFF /*#003366*/;
}
#right {
	position: relative;
	text-align: left;
	z-index: 5
	clear: left;
	padding-left: 40px;
	}

#right span.title {
	text-align: left;
	}
#bottom {
	position: relative;
	clear: both;
	z-index: 4;
	margin: 40px;
}

