body {
	background-color: #BBBBBB;
	font-family: verdana;
	margin-top: 140px;
	margin-left: 200px;
}
div.box {
	border-width: 2px;
	border-style: dashed;
	border-color #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}