.media {					    margin:0px;
								padding:0px;
								text-align: center;
								width: 100%;
								font-size: 90%;
								}
				
.media UL { 				    padding:0px;
								width: 100%;
								list-style-type: none;
								margin: 0px;
								}
						
.media UL LI {				    display: block;
								margin:15px;
								padding: 0px;
								float: left;
								width: 120px;
								height: 120px;
								text-align: center;
								background-color: #222222;
								background-position: center center;
								background-repeat: no-repeat;
								overflow: hidden;
								}
.media UL LI img  {             margin: auto;
                                border: none;
								height: 120px;
								width: 120px;
                                }
.media a    {                   color: White;
								font-weight: bold;
								}
								
.media UL LI a td   {           height: 120px;
                                font-size: 16px;
                                width: 120px;
                                }