body
{
/*background-color: #FFFFFF;*/
background-color: #C0D0C0;
font-family: "verdana";

margin-left: 0;
margin-top: 0;
}

h1
{
font-size: 18
}

/* all links inluding menu links */
a:link
{
color: #0000FF;
text-decoration: none
}

a:visited
{
color: #0000FF;
text-decoration: none
}

a:hover
{
color: #FF0000;
text-decoration: none
}

/* top menu links */
a.topmenu:link
{
color: #000000;
text-decoration: none
}

a.topmenu:visited
{
color: #000000;
text-decoration: none
}

a.topmenu:hover
{
color: #000000;
text-decoration: none
}

/* general table cell style */
td
{
border-style: solid;
border-width: 0;
font-size: 12;
font-weight: normal
}

/* this is the side menu table cell style */
td.menut
{
font-size: 14;
font-weight: bold
}

td.menug
{
font-size: 14;
font-weight: bold
}

/* this is the product header under the logo. ie: "TrapIt!" */
td.header
{
font-size: 14;
font-weight: bold;
color: #FF0000
}

/* top menu item hover */
td.topmenu:hover
{
color: #FFFFFF;
background-color: #CCCCCC
}

/* this is the selected section of the product ie: "screenshots" */
td.title
{
//font-weight: bold;
color: #FFFFFF;
background-color: #000000
}

/* general table style */
table
{
border-style: solid;
border-width: 0
}


