@charset "UTF-8";
/* CSS Document */

body {
	font: Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color: #005a15;
}
a:hover {
	background-color: #D6ECC3;
	text-decoration:none;
}

table.icons {
	width: 450px;
	text-align: center;
	border-style: none;
}

.content#grey {
	font-size: 10px;
	color: #666666;
}

.content#title {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
