/* CSS Document */
body{
	margin:0;
	font-family: Verdana, Sans-serif;
	font-size: 14px;
}

a:link,
a:active,
a:visited{
	font-family: Verdana, Sans-serif;
	font-size: 14px;
	text-decoration: none;
    color:#333333;
    font-weight:bold;

}
a:hover
{
	font-family: Verdana, Sans-serif;
	font-size: 14px;	
	text-decoration: none;
	color:#ff9333;
    font-weight:bold;

}

a:link img,
a:active img,
a:visited img {  border: none;  } 

.foot{
font-family:Arial;
font-size:12px;
color:#999999;
font-weight:light;
}

.foot a{
font-family:Arial;
font-size:12px;
color:#999999;

}

#results{
margin-left: auto;
margin-right: auto;
width: 780px;
}

#title{
    font-family: Verdana, Sans-serif;
	font-size: 16px;	
	color:#ff9333;
    font-weight:bold;
}

#fre{
text-align:right;
}

