/****************
* General Rules *
****************/
/* background */
body
{
margin: 0;
background-color: #FFFEFE;
}

/* font */
font, td
{
font-family: Georgia;
}

/* links */
a
{
color: #595A59;
text-decoration: none;
}

/*****************
* Top Navigation *
*****************/
/* Proud Inventors */
.topNav font
{
font-style: italic;
font-size: 22px;
color: #9DA09D;
}

/* Links */
.topNav td
{
font-size: 16pt;
color: #595A59;
}
.topNav a:hover
{
text-decoration: underline;
}

/***************
* Header Links *
***************/
/* appearance */
.headerLinks a:link, .headerLinks a:visited
{
font-style: italic;
color: #9DA09D;
}
.headerLinks a:hover
{
color: #F3C28D;
}

/* sizes */
.demoLink font, .pressLink font
{
font-size: 27px;
}
.interviewLink font
{
font-size: 32px;
}

/**********************
* Category Navigation *
**********************/
/* alignment */
.categories td
{
text-align: right;
padding-right: 5px;
}

/* heading */
.categories font
{
font-size: 27px;
color: #595A59;
}

/* links */
.categories a:link, .categories a:visited
{
padding-left: 15px;
font-size: 11px;
line-height: 25px;
background: none;
}
.categories a:hover
{
text-decoration: none;
background: url('http://abc.eznettools.net/D305520/X364982/images/layout/hover.gif') left no-repeat;
}

/**************************************
* Home Page Pics / Specials & Coupons *
**************************************/
.categoryPics td
{
font-size: 16px;
color: #595A59;
}

.categoryPics a:hover
{
text-decoration: underline;
}

/********************
* Bottom Navigation *
********************/
.bottomNav td
{
font-size: 16pt;
color: #595A59;
}

.bottomNav a:hover
{
text-decoration: underline;
}

/************
* Copyright *
************/
.cpyrt font
{
font-size: 16px;
color: #9DA09D;
}