.box1 {
	border: 1px dotted #999999;
}
a:link {
	color: #0099FF;
	text-decoration: none;
	border: none;


}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF3300;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.underline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF3300;

}

