.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	background-color: #eeeeee;
}
.list a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	background-color: #eeeeee;
}
.list a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	background-color: #0033CC;
}
.btn-home {
	color: #3366CC;
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
}
