
/* CSS definition file containing sitestyle stylesheets */
*
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;    
	 font-size: 7.5pt;
}

/* font size */
body, input, textarea, select
{
    font-size: 7.5pt;
    
}

body
{
    background-color: #E8AA32;
}
a
{
    font-style: normal;
    color: #FFFFFF;
}
a:link
{
    color: #FFFFFF;
    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 : #FFFFFF;
}