/* CSS Document */
a:link, a:visited {
	text-decoration: none;
	border-bottom: dotted 1px;
	color: blue;
}
a:hover, a:active {
	text-decoration: none;
	border-bottom: 0px;
	color: red;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
}