.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9900FF;
	background-color: #CCFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
	color: #9933FF;
	text-align: center;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCFFFF;
}

