BODY {
	background-color : #9933CC;
	color : White;
}
A:LINK {
	color : #FF66FF;
}

A:HOVER {
	color:#fff;
}
P {
	font : 11px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

LI {
		list-style-position : inside;
	list-style-type : circle;
	margin-left : 0%;
}

.box {
	background-color : White;
	border : thick dotted Black;
	font-size : 18px;
	text-align:center;
}

H1 {
	font : bolder larger;
}


