a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.box {
	border: 1px dotted #3399CC;
}
li {
	list-style-type: square;
}
