body {
	background-color: #FF66CC;
}
.tableborder {
	border: thin groove #FF0000;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.style1 {font-size: xx-small}
.style2 {
	font-size: xx-large;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
