
.ypbg {
  background-color: black; 
}    
  
.ypmain {
  background-image: url('/images/yp_background.jpg'); 
  background-repeat: no-repeat; 
  width: 800px;
  height: 1129px;
  padding: 10px; 
  font-family: Arial, sans-serif;
}

.ypmain2 {
  background-image: url('/images/background.jpg'); 
  background-repeat: repeat-x; 
  font-family: Arial, sans-serif;
}

.ypmain3 {
   width: 600px;
  font-family: Arial, sans-serif;
}

.ypmain4 {
  background-image: url('/images/bg2.jpg'); 
  background-repeat: repeat-x, repeat-y; 
  font-family: Arial, sans-serif;
}


.ypfoot {
  margin-top: 25px;
  margin-left: 95px;
  padding: 10px;
}


.ypfoot2 {
  margin-top: 25px;
  margin-left: 70px;
  padding: 10px;
}


.contbut {

  background-color: blue;
  color: red;
  font-weight: bold;
  font-size: 14px;
}


.contbut1 {

  background-color: #bce9fb;
  color: red;
  font-weight: bold;
  font-size: 14px;
}

.slinks {

 color: white;
 font-weight: bold;
}


a.navh:link{
 text-transform: uppercase;
 font-weight: bold;
 color: white;
 font-size: 18px;
 text-decoration: none;
}

a.navh:visited {
 text-transform: uppercase;
 font-weight: bold;
 color: white;
 font-size: 18px;
 text-decoration: none;
}

a.navh:active {
 text-transform: uppercase;
 font-weight: bold;
 color: white;
 font-size: 18px;
 text-decoration: none;
}

a.navh:hover {
 text-transform: uppercase;
 font-weight: bold;
 color: black;
 font-size: 18px;
 text-decoration: none;
}

.links {
   color: black;
   font-weight: bold;
   font-size: 14px;
   font-family: Arial, sans-serif;
   text-decoration: none;
}


.links2 {
   color: gray;
   font-weight: bold;
   font-size: 14px;
   font-family: Arial, sans-serif;
   text-decoration: none;
}

a.links:hover {
 text-decoration: none;
 color: yellow;
}

.rbutton {
  margin-left: 50px;
  padding: 5px;
}

.mtable {
  margin-left: 50px;
}

.rscroll {
 width: 340px; 
 height: 700px; 
 overflow: auto; padding: 5px;
 margin-top: 20px;
 font-size: 12px;
 font-family: Arial, sans-serif;
 background-color: white;
}

.mtitle {
color: #c35460;
font-size: 18px;
}

.tm {
  text-decoration: none; 
  color: black; 
  margin-right: -55px; 
  padding: 1px; 
  font-size: 12px; 
  margin-top: -3px;
  float: right; 
  font-family: Arial, sans-serif;
  position: relative;
}


.tm2 {
  text-decoration: none; 
  color: gray; 
  text-transform: uppercase;
  padding: 1px; 
  font-size: 11px; 
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.tm3 {
  text-decoration: none; 
  color: black; 
  text-transform: uppercase;
  padding: 1px; 
  font-size: 11px; 
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.sidenav {
 color: white; 
  background-color: #6b6866; 
   padding: 5px;

}