.title {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 34px;
			color: #993399;
			font-weight: bold;
		}
		.style2 {color: orange;
			font-size: 14px;
		}
		.style3 {
			font-size:14px;
			color: green;
			font-family: Arial, Helvetica, sans-serif;
		}
		.style5 {
			font-size:18px;
			color: purple;
			font-family: Arial, Helvetica, sans-serif;
		}
body{
	background-color: ##ccffe6;
	background-image: url(purple.jpg);
}
.maintable {
	background-color: white;
	width: 900px;
	padding: 20px;
	height: 600px;
}
.border {
	border: 3px solid #993399;
}
.nav {
	font-family: Oswald, sans-serif;
	background-color: white;
	font-size: 14px;
	color: black;
}
.navcell {
	padding: 15px;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: gray;
}
a:active {
	color: purple;
}
.specialtable {
	border: 1px solid black;
	border-collapse:collapse;
}