/* global
----------------------------------------------- */
body 
{
background: #CCCCCC ; /*gray web page*/  
font-family: verdana, helvetica, arial, sans-serif;
color: #CCCCCC; /*font color*/  
font-size : 12px;
}


/* links
----------------------------------------------- */

a, a:link, a:visited {
color: #CCCCCC;
text-decoration: none;
}

a:hover {
color: #333333;
}


