﻿a img 
{ 
  border: none; 
} 


#table
{
  padding-top: 30px;
  width: 600px;
  padding-left: 40px;
  
  height: 600px;
  
  background-color: White;
  
}


.row
{
  clear: both;
}

.cell
{
  width: 150px;
  width: 150px;

  float: left;

  text-align: center;
  vertical-align: middle;
}


.center
{ 
  width: 250px;
  width: 250px;

  float: left;
  
  text-align: center;
  vertical-align: middle;
}


.cell img
{
  display: block;
  max-height: 150px;
  max-width: 150px;
  
}


.cell a image:hover
{
  cursor: pointer;
}


a:link
{ 
  color: Navy;
  text-decoration: none; 
}

a:active 
{ 
  color: Navy;
  text-decoration: none; 
}


a:visited
{ 
  color: Navy;
  text-decoration: none; 
}


#gallery
{
  border: 1px solid black;
}