A.alt:link {color:lime;}
A.alt:visited {color:yellow;}
A.alt:hover {color:red;}

A:link {color:blue}
A:visited {color:navy}
A:hover {color:red}

body
{
background-color: #F9FFF9;
font: bold 16px arial;
}
a img {border: none; }

#title
{
color: white;
font: 22px arial;
}

table.main-table
{
    border-style:solid;
    border-color:black;
    border-top-width:0px;
    border-bottom-width:2px;
    border-right-width:2px;
    border-left-width:2px;
}

table.head-table
{
	background-color: black;
}
.searchTool input{
	background: #FFFFFF;
}

