﻿html
{
	overflow: auto;
}

body, table, div, input, textarea
{
    font-family: verdana;
    font-size: 10px;
    color: #333333;
    margin:0px;
}

select
{
	font-family: verdana;
    font-size: 10px;
}

a:link, a:visted, a:active
{
    text-decoration: none;
    color: #333333;
    border:none;
}

a:hover
{
    text-decoration: none;
    color: #999999;
}