a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #0099FF;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	color: #0099FF;
	font-weight: bold;

}
.box {
	border: 1px dotted #FF0000;
}
