
body {
background-color:#f8f8f8;
font-family: georgia,sans-serif;
color:#333;
margin:0;
padding:0;
}

*
{
  font-family: Sans-Serif, Tahoma;
  color: black;
  text-decoration: none;
}

a:visited
{
text-decoration: none;
}

a:hover
{
color: #c10000;
}

#favorited {
border: 1px solid #ccc;
font:12px 'Arial';
float:right;
color:white;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:6px 9px 6px 9px;
	background:#cc0000;
	display: inline-block;
	margin: 2px;
}
#favorite {
border: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font:12px 'Arial';
float:right;
color:#474747;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:6px 9px 6px 9px;
	background:#E6E6E6;
	display: inline-block;
	margin: 2px;
}
#favorite:hover {
background:#cc0000;
color: white;
}
#rate {
border: 1px solid #ccc;
font:12px 'Arial';
float:left;
color:#474747;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:6px 9px 6px 9px;
	background:#E6E6E6;
	display: inline-block;
	margin: 2px;
}
#rate a {
padding-right: 6px;
padding-left: 6px;
}