 body {
 margin:0 auto;
 width:1080px;
 height:1100px;
 padding-left: 5em;
 padding-right: 11em;
 border-style: solid;
 border-width: 2px 6px 2px 6px;
 border-color: rgb(218,0,0);
 font-family: Georgia, "Times New Roman", Times, serif;
 color: black;
 background-color: rgba(53, 81, 92, 0.09);
}

div#header {
	width:1240px;
	background-color: white;
	font-size:25px;
	font-style: oblique;
	font-variant: small-caps;
	color:rgb(218,0,0);
	text-align:center;
	font-weight:bolder;
}

div#flag {
	float:right;
}

div#subtitle1 {
	width:1080px;
	background-color:rgb(218,0,0);
	font-size:20px;
	color:white; 
	text-align:left;
	font-weight:bolder;
}
div#subtitle2 {
	width:600px;
	background-color:white;
	font-size:20px;
	color:green;
	text-align:left;
	font-weight:bolder;
}

div#tours {
	background-color:rgb(34,139,34,0.5);
	border-right:2px solid yellow;
}

a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
