body, table {
font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height: 155%;
margin: 0;
color:#666;  
}

h1, h2, h3 {
color: #666;
font-size: 17px;
font-family: 'arial', Tahoma, sans-serif;
margin:0;
font-weight:bold;  
}

h2 {
font-size: 17px;
}

h3 {
font-size: 15px;
}

a, a:visited { color: #FF0000; text-decoration: none; }
a:hover { color: #666; text-decoration: underline; }

a img { border: none }

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: white!important;
  background-color: #FF0000!important;
}

.cc_container {
  background: #fff!important;
  color: #292929!important;
  border: 1px solid #d2d2d2!important;
  text-align: center!important;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background-color: XYZ!important;
    color: XYZ!important;
}
.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #FF0000!important;
}
.cc_container a:hover, .cc_container a:active {
    color: XYZ!important;
}