blob: 76615b1cc17299ad8b64a8abd813d6037c76e4cf [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
<style>
<!--
.foo {
border-style:
}
.bar {
border-bottom
}
.neto {
border-bottom-style: d
}
t {
}
-->
</style>
</head>
<body style=" ">
<div style=""></div>
<div style="border-style: "></div>
<div style="border-bottom "></div>
<div style="border-bottom-style: d "></div>
<div style="border-bottom-style: dotted;"></div>
<div style="border-bottom-style: dotted; "></div>
</body>
</html>