#box {
	width: 600px;
	height: 329px;
	border: 3px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px; }

#text {
	margin-left: 10px; }

body {
	font-family: 'Tahoma', sans-serif;
	font-size: 0.8em; }

a:link {
	text-decoration: none;
	border-bottom: 1px dotted blue; }

a:hover {
	text-decoration: none;
	border-bottom: 1px solid blue; }