body {
}

#container {
}

a {
	color: #FF0066;
	text-decoration: none;
}
a:hover {
	color: #FF0066;
	text-decoration: none;
	border-bottom: 1px dotted #FF0066;
}
