table.frontpage {
	margin-left: 40px;
}
table.frontpage tr:first-child {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
table.frontpage tr:first-child td p{
	background-color: rgb(204, 204, 204);
	color: rgb(119,119,119);
	text-shadow: 0pt 1px 0pt rgb(255, 255, 255) !important;
	text-align:center;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table.frontpage td {
	border: none;
	text-align:left;
}
table.frontpage img {
	vertical-align: middle;
	height: 28px;
	width: 28px;
}
table.frontpage a::before {
	content: none;
}
table.frontpage a {
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
}

