/* CSS file for projects */

p.proj
{
clear: left;
}

div.proj
{
margin: 2px;
border: none;
width: 220px;
text-align: center;
float: left;
min-height: 275px;
}

div.proj img
{
display: inline;
margin: 3px;
border: 2px solid #101010;
}

div.proj a:link { text-decoration: none; }
div.proj a:visited { text-decoration: none; }
div.proj a:link:hover { text-decoration: none; }
div.proj a:visited:hover { text-decoration: none; }

