/*============================================================
  Basic Styles - used for the simple controls.
============================================================*/

/* @gui Font */
*
{font-family: "Verdana", Times, serif;}

/* @gui Background */
body
{background-color: #f7f7f7;
margin: 10px;}
a:hover,
{color: #808080 !important;}
{font-weight: bold;}
h1 {font-size: 60px;
margin-bottom: 5px;}
h2 {margin-bottom: 5px;}


/* @gui Text */
body
{color: #000000 !important;}
{line-height: 1}
a:hover,
{color: #808080 !important;}
{font-weight: bold;}

header
{line-height: 0}

/* @gui Links */
a:link,
a:visited,
#products .product-a h3,
#products .product-a p
{color: #000000 !important;}


/* @gui Links hover */
a:hover,
{color: #808080 !important;}
{font-weight: bold;}



