a:link {color: #000000}    /* unvisited link  */
a:visited {color: #000000} /* visited link    */

/* mouse over link */
a.highlight:hover
{
color: #0000FF;
background-color: #FF0000
}
a:active {color: #0000FF}  /* selected link   */

div.bg
{
width: 800px;
height: 1000px;
background-image: url("background/desk.jpg");
overflow: hidden
}

div.title
{
width: 500px;
height: 100px;
float: left;
background: url("images/project_title.gif") no-repeat center center;
overflow: hidden
}

div.content
{
padding: 20px 0px 0px 0px;
font-size: 18px;
font-weight: bold;
overflow: hidden
}

table.projects
{
width: 600px;
height: 485px;
overflow: visible;
border: thin none #00FF00
}

table.team_projects
{
width: 600px;
height: 615px;
overflow: visible;
border: thin none #00FF00
}

td.thumbnail
{
width: 200px;
/* height: 120px; */
background-color: #C0C0C0;
overflow: visible;
border: 1px solid #808080
}

td.description
{
padding: 4px 4px 4px 4px;
width: 396px;
height: 142px;
text-align: left;
font-size: 14px;
font-weight: bold;
background-color: #C0C0C0;
background: url("background/desc_bg.jpg") repeat center center;
border: 1px solid #808080;
overflow: visible;
vertical-align : top
}