
body
{
	font: 12px Verdana, Arial, Sans-Serif;
}

td 
{
	font: 12px Verdana, Arial, Sans-Serif;
}

A { font-weight: bold; text-decoration: none; color #6666FF; }
A:visited { text-decoration: none; color: #6666AA; }
A:link { font-weight: bold; text-decoration: none; color: #6666AA; }
A:active { text-decoration: none; color: #6666AA; }
A:hover { color: #FF6666 }

input, select, textarea 
{
    padding: 1px;
    margin: 2px;
    border: solid 1px #555;
    background: #ffffff;
    color: #000;
	font: 12px Verdana, Arial, Sans-Serif
}   