body, td, th {
	font-size : 10pt;
	line-height : 15px;
}

div {
	color : white;
	background-color : green;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	font-size : 16px;
}

b.a {
	background-color : #ffffc8;
}

A {
	text-decoration : none;
}

A:hover {
    color : white;
    background-color : navy;
    text-decoration : none;
}
