﻿html, body, table.main {height: 100%}

body
{ 
    font-family: Verdana, Arial;
    font-size: smaller;
	margin:0;
	padding:0;
 }

a:active
{
	color:Black;
}

a:link
{
    color: Black;
    text-decoration: none;
}

a:visited
{
	color:Black;
	text-decoration:none;
}

a:hover
{
	color:Blue;
	text-decoration:underline;
}

select
{
    font-family: Verdana, Arial;
}
