/* 
Theme Name: MayorsMoney Paysite Tours
Theme URI: http://www.mayorsmoney.com/
Description: Custom CSS for site tours.
Author: TheDoc
Author URI: http://thedocblog.com/
*/

 body {
  background: #333;
  background-image: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f7f7f7;
  padding: 0;
  margin: 0 auto;
 }

 a:link {
  color: #fff;
  text-decoration: underline;
 }
 a:visited {
  text-decoration: underline;
  color: #fff;
 }
 a:active {
  text-decoration: underline;
  color: #fff;
 }
 a:hover {
  text-decoration: none;
  color: #fff;
 }


/*================================================================================== footer */
 #media-dvds {
  background: transparent;
  background-image: none;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px 0;
 }
 
 #footer-tour {
  background: transparent;
  background-image: none;
  text-align: center;
  margin: 0 0 15px 0;
 }
 
 #footer-tour a{
  background: transparent;
  background-image: none;
  font-size: 12px;
 }
 
 #footer-extra {
  background: transparent;
  background-image: none;
  text-align: center;
  font-weight: none;
  font-size: 11px;
  margin: 0 0 3px 0;
 }