/* CSS Style Sheet for the Project 4 Assignment */
/* Greg Buchmann */



table{
border: 10px inset black;
padding: 5px;
margin: auto;
}

td{
align: center;
border: 8px black;
border-style: groove;
margin: auto;
text-align: center;
}

img{
border: 2px solid #000000;
border-right: 4px solid #000000;
border-bottom: 4px solid #000000;
margin: 5px;
}



