a {
	font-size: large;
	color: #007000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFBB;
	font-weight: bold;

}
em {
	font-size: x-small;
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
