body {
	font-family:UniversRoman,Arial,sans-serif;font-size:1.2vw;line-height:1.3;color:#333;background-color:#fff
}


h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:inherit;font-weight:500;line-height:1.3;color:inherit;margin-top:22px;margin-bottom:11px}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-weight:400;font-size:75%;line-height:1;color:#555555}h1,.h1{font-size:52px}h2,.h2{font-size:1.4vw}h3,.h3{font-size:1.1vw;font-family:UniversCondensed,Arial,sans-serif;font-weight:700}h3 small,.h3 small,h3 .small,.h3 .small{font-size:65%}h4,.h4{font-size:1.0vw}h5,.h5{font-size:1.0vw;font-weight:700;text-transform:uppercase}

#rcorners1 {
			border-radius: 25px;
			background: #800000;
            padding: 1.2%; 
            color: #eeeeee;
    }
  
#rcorners1 a {
  color: #e77724;
}

#rcorners1 a:hover {
  color: #999999;
}

.navbar {
  overflow: hidden;
  background-color: #222222;
}

.navbar a {
  float: left;
  font-size: 1.0vw;
  color: #999999;
  text-align: center;
  padding: 1.0vw 1.0vw;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1.0vw;  
  border: none;
  outline: none;
  color: #999999;
  padding: 1.0vw 1.2vw;
  background-color: inherit;
  font-family: inherit;
}

.navbar a:link {
  color: #999999;
}

.navbar a:visited {
    color: #999999;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: #ffffff;
  background-color: #555555;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.dropdown-content a:link {
  color: black;
}

.dropdown-content a:visited {
    color: black;
}

.dropdown-content a:hover {
  background-color: #aaaaaa;
  color:#555555;
}

.dropdown:hover .dropdown-content {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.0vw;
}

.container{
	margin-right:auto;
	margin-left:auto;
	padding-left:8%;
	padding-right:8%;
}

 /* unvisited link */
 a:link {color: #800000;}

/* visited link */
a:visited {color: #800000;
}

/* mouse over link */
a:hover {color: #e77724;}

/* selected link 
a:active {color:#800000;} */
