a:hover {
	color: #FF6600;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}


  body {
  
    background: #CCCCCC;
    
    margin-top: 25px;
    margin-bottom: 25px;
	font-size: 12px;
  }
  
  table {
  
    padding: 0px;
    margin: 0px;
    
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    
    background: #FFFFFF;
    
    empty-cells: show;
  }
  
  table {
  
    border-collapse: collapse;
  }
  html>body table {
  
    border-collapse: separate;  
  }
  
  tr {
  
    padding: 0px;
    margin: 0px;
    
    border: 0px;
  }

  td {
  
    font-family: verdana;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    
    padding: 0px;
    margin: 0px;
  }
  
  table.support {
  
    width: 600px;
    height: 145px;
  
    background: #000000;
  }
  
  td.support {
  
    font-size: 10px;
    color: #FFFFFF;
  }
  
  td.optout {
  
    background: #CCCCCC;
  }
  
  a {
  
    color: #CC0022;
    text-decoration: none;
  }
  
  a:hover {
  
    color: #CC0022;
    text-decoration: underline;
  }
  
  .smalltext {
  
    font-size: 9px;
    line-height: 12px;
  }
  
  ul.bullet {
  
    list-style-type: none;
    
    margin: 0px;
    padding: 0px;
    
    border: 0px;
  }
  
  li.checkmark {
  
    position: relative;
    
    margin-top: 0px;
    padding: 0px 6px 9px 16px;
    
    border: 0px;
    background: transparent url(http://www.seo-proz.com/images/checkmark.gif) no-repeat 0px 3px;
    
    line-height: 12px;
  }
  
  b.ultitle {
  
    font-size: 12px;
  }