
.img {
	border: 1px dashed #999999;
}

body, p, td{
	font-family: Ms Sans Serif, Microsoft San Serif, Tohoma, Arial;
	font-size: 12px;
}

a.no-underline {
	color: blue;
	text-decoration: none;
}

a.no-underline-white {
	color: white;
	text-decoration: none;
}

a.no-underline:hover {
	text-decoration: underline;
}

