body {
	color: black;
	font-size: 12px;
	font-family: georgia;
	line-height: 18px;
	background-color: white;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
td {}
a:link { color: blue ; font-size: 11px; font-family: verdana; font-weight: bold; }
a:visited { color: purple ; font-size: 11px; font-family: verdana; font-weight: bold; }
a:hover { color: purple ; font-size: 12px; background-color: #edcb42; }
a:active {
	color: red;
	font-size: 12px;
	left: auto;
}
.images { margin-top: 10px; margin-right: 10px; margin-bottom: 10px; }

