.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7979;
	padding: 8px;
	height: auto;
	width: auto;
	border: 1px solid #DDDDDD;
	background-color: #FBFBFB;

}
.box a:link { text-decoration: none; color: #292525; }
.box a:visited { text-decoration: none; color: #292525; }
.box a:hover { text-decoration: underline; color: #292525;}
.box a:active { color: #292525; }
