
/* CSS definition file containing sitestyle stylesheets */
*
{
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;    
}

/* font size */
body, input, textarea, select
{
    font-size: 8pt;
    
}

body
{
    background-color: #F9E19B;
}
a
{
    font-style: normal;
    color: #BF0000;
}
a:link
{
    color: #F7EFD6;
    text-decoration: underline;
    cursor: hand;
	
}
a:visited, a:active
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
td
{
    font-style: normal;
    text-decoration: none;
    color : #000000;
}