A:link {COLOR: #7f0b2d}

A:visited {COLOR: #7f0b2d}

A:hover {COLOR: #1123ED}

H1 {

	FONT-WEIGHT: bold; FONT-SIZE: 20pt; COLOR: #003596;

FONT-FAMILY: Century Old Style, Arial,helvetica,courier,sans-serif;

TEXT-DECORATION: none

}

.title2 {

	FONT-WEIGHT: none; FONT-SIZE: 14pt; COLOR: #000000;

FONT-FAMILY: Times New Roman, Arial, Mirror, Lucida Sans,Arial,courier,sans-serif;

TEXT-DECORATION: none

}


.smalllink {
  FONT-FAMILY: Times New Roman,Arial;
  FONT-SIZE: 12pt;
  FONT-WEIGHT: bold ;
  FONT-STYLE: italic;
  text-decoration: underline 
}



.content {

	FONT-WEIGHT: none; FONT-SIZE: 12pt; COLOR: #000000;

FONT-FAMILY: Arial,helvetica,courier,sans-serif;

TEXT-DECORATION: none

}

.content2 {

	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000000;

FONT-FAMILY: Arial,helvetica,courier,sans-serif;

TEXT-DECORATION: none

}

.language {
	font-family: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; font-size: 10px;
}

.places {
	font-family: Arial, Helvetica, sans-serif, Times New Roman;
	FONT-WEIGHT: none; font-size: 10px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}