  .cell { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	width: 110px;
	text-align: center;
	background-color: #FEECF4;
	border: 1px solid #E4BCCE;
	}
	
  .cell img { 
    border: 3px solid #D35DE2; 
	margin: 2px;
	}
	
  .cell a:hover img { 
    border: 3px solid #E31357; 
	margin: 2px;
	}
	
  .cell a {
    color: #fff; 
	}
	
  .cell a:hover {
    color: #CBD9ED;
	}
	
  .big { 
    border: 1px solid #efefef; 
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	width: 400px;
	color: #7E4B64;
	background-color: #FEECF4;
	}
	
  .big strong {
    font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	}
	
  #highlight {
    padding: 3px;
	background-color: #B60F46;
    font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	}
	
  .big a {
    color: #B60F46;
	font-weight: bold; 
	}
	
  .big a:hover {
    color: #cc0099;
	}
   
  .spacer {
    border: 0px; 
	width: 50px;
	}
	
  .large {
    font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #A86D8E;
	}
	
  .large a {
    font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	}
