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

a:link, a:visited, a:active {
   text-decoration: none;
}

a:hover {
   color: darkred !important;
}

table{
   border-collapse:collapse;
}

tr.alt .odd_td{
   background-color:#EAF2D3;   
}

tr.alt .even_td{
   background-color:gray;
}

tr.alt .even_td a{
   color: white;
}

tr.odd_tr .odd_td{
   background-color: gray;
}

tr.odd_tr .even_td{
   background-color: #EAF2D3;
}

a.odd, tr.categories td, .category_ins{
   color: white;
}

.main_container{
   background-image: url('../images/grey6.jpg');
}

tr.main_content{
   background-image: url('../images/grey3.png');
}

tr.categories td{
   padding: 12px;
   width: 108px;
   font-weight: bold;
   font-size: 13px;   
}

td.header_td {
   width: 360px;
}

.advertise_content, .advertise_title, .footer_content, .categories, .category_ins{
   text-align: center;
}

.footer_content{
   font-size: 11px;
}

.advertise_title{  
   font-size: 15px;
}

.business_title{
   font-size: 20px;
}

.category_ins{   
   font-weight: bold;
}

tr.footer_content td{
   padding: 8px;
}