body {
  background-color: #5f9ea0;
  top: 0px;
  margin: 0px 0px 0px 0px;
}
div.border {
  background-color: #5f9ea0; 
  position: relative;
  top: 10px;
  margin: 0px 0px 0px 0px;
  overflow: auto;
}
div.inside {
	position: relative;
	top: -2px;
  background-color: #DEF3DE;
  position: relative;
  margin: 0px 12.5% 0px 12.5%;
  border: 2px solid #000000;
  overflow: auto;
}
div.details {
	position: relative;
  background-color: #DEF3DE;
  position: relative;
  margin: 0px 5% 10px 5%;
  border: 2px solid #000000;
  border-top: none;
  overflow: auto;
  text-align: center;
  
}
div.pictureWithDescription {
	position: relative;
	margin: 0px;
}
div.pictureWithDescription img {
	position: relative;
	left: 0px;
	top: 0px;
	float: right; 
	margin:4px 4px 4px 4px;
	height: 240px;
}
h1 {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: bolder;
  font-variant: normal;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: none;
  text-align: center;
  color: #FFFFFF;
  background-color: #5f9ea0;
  border-top: 5px double #003366;
  border-left: 5px double #003366;
  border-right: 5px double #003366;
  border-bottom: 1px solid #003366;
  position: relative;
  margin: 0px 5% 0px 5%;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  color: #003366;
  font-style: normal;
  background-color: #DEF3DE;
  text-transform: none;
  text-align: center;
  background-position: center;
  border-top: 2px solid #003366;
  border-bottom: 1px solid #003366;
  border-left: 5px double #003366;
  border-right: 5px double #003366;
  margin: 0px 5% 0px 5%;
  position: relative;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-variant: normal;
  color: #003366;
  font-style: normal;
  background-color: #DEF3DE;
  letter-spacing: 0.2em;
  text-transform: none;
  width: 100%;
  background-position: center;
  border-top: 2px none #003366;
  border-right: 2px none #003366;
  border-bottom: 2px solid #003366;
  border-left: 2px none #003366;
  text-indent: 7px;
}
p.intro:first-letter {
  color: #000000;
  font-weight: bolder;
  font-size: 16px;
}
p.intro {
  color: #000000;
  text-align: center; 
  font-weight: bolder;
  font-size: 14px;
}
p {
  position: relative;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  text-indent: 15px;
}
a:link {
  color: #003063; 
  text-decoration: none;
}
a:visited {
  color: #003073; 
  text-decoration: none;
}
a:hover {
  color: #006633; 
  text-decoration: underline;
}
a:active {
  color: #006633; 
  text-decoration: underline;
}
p:first-letter, p a.p-start-a:first-letter, li:first-letter {
  color: #003366;
  font-weight: bolder;
  font-size: 16px;
}
ul {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 12px;
  list-style-type: square;
  width:80%;
}
ol {
  text-align: left;
  list-style-type: decimal;
  width:80%;
}
li {
  text-indent: 15px;
  left: 3%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}