div.adspot {
   border : 1px solid #323232;
   background: #ffffff;
   width: 168px;
   padding: 4px;
}

.adspot_link {
   font-face: Helvetica, Arial, sans-serif;
   font-size: 9pt;
   font-weight: bold;
   text-decoration: none;
   color: #ffffff;
}

a.adspot_link:link { 
    color: #DC6E4B;
}
a.adspot_link:active { 
    color: #DC6E4B;
}
a.adspot_link:hover { 
   color: #ffffff;
   background: #DC6E4B;
}

div.adspot * ul {
  list-style: none;
  width: 164px;
  margin: 0;
  padding: 2px;
}
        
div.adspot * li {
   border: thin solid black;
   text-align: center;
   width: 100%;
   cursor: pointer;
   overflow: hidden;
   display: block;
}

.adspot_adhead {
    text-align: center;
    font-family: Times,serif;
    font-size: 140%; 
    font-weight: bold;
    color: #FF0000;
}

a.adspot_adurl img {
    border: none;
}

.adspot_adtext {
    font-family: Helvetica,Arial,sans-serif; 
    font-size: 100%; 
    color: #303030; 
}

.adspot_adurl {
    font-family: Helvetica,Arial,sans-serif; 
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #DC6E4B;
}

a.adspot_adurl:link {
    color: #DC6E4B;
}
a.adspot_adurl:active {
    color: #DC6E4B;
}
a.adspot_adurl:hover {
    color: #000000;
    background: #DC6E4B;
}

