<style>
body {
  font-family: Arial !important;
  background-color:#565454 !important;
}

.page-title
{
    text-align: center;
    font-size:28.0pt;
    padding: 0px 0px !important; 
    margin: 5px 0px !important;    
    color: white;
    background-color: #333;
}

.srch_bar {
  float: left;
  color: #f2f2f2;
  text-align: left;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 30px;
  background-color: #333;
  margin:10px;
}

.srch_div {
    text-align: center;
    border: solid 2px white;
    background-color: #333;
    color:white;
}

.srch_res_text {
  text-align: center;
  font-size: 20px;
  margin: 10px;
}

.srch_div_btn {
  display:inline;
}
.srch_btn {
    margin-top: 10px;
    font-size: 25px;
    margin-left: 3px;
    color: #000;
}

.srch_input {
	font-size: 18px;
	padding: 7px 0px 2px 0px;
	margin: 10px 0px;
  color: black;
}

.search-sub-title 
{
    color: white;
    font-size: 20.0pt;
}

.search-body
{
    overflow: hidden;
    background-color: #333;
    text-align: left;
    color: white;
    margin-top: 2px;
    padding: 0px 25px;
}

.ratings-sub-title
{
    text-align: center;
    color: white;
    font-size:24.0pt;
}

.ratings-body
{
    background-color: #333;
    color: white;
    padding: 15px 25px;
}


.contact-sub-title
{
    overflow: hidden;
    background-color: #565454;
    text-align: center;
    color: white;
    margin-top: 2px;
    font-size:24.0pt;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;

  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: #6fe7bb;
}

.topnav a.title {
  background-color: #04AA6D;
  color: white;
}
 
.topnav a.sel {
  color: #6fe7bb;
}

.link_style {
  color: #6fe7bb !important;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  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;
*/}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #333;
    font-size:22px;
}

.modal-body {
    position: relative;
    padding: 15px;
    background: #e7e7e3;
    color:#333;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 22px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: #333;
}
</style>

