.links {
	font-family: "Monotype Corsiva";
	font-size: large;
}
body {
	background-color: #660066;
}
.style1 {
	font-size: xx-large;
	color: #FF0099;
}
.style2 {
	font-size: xx-large;
	font-family: "Monotype Corsiva";
	color: #FF0099;
}
.style4 {
	font-size: medium; color: #FF0099;
}
.style6 {
	color: #99CC99;
	font-size: medium;
}
.style8 {
	color: #FFCC00
}
.table {
	top: 30px;
	position: absolute;
	background-color: #333333;
}
a:hover {
	color: #FF0099;
}

