
BODY {background:#ffffff url(background.jpg) repeat}

A:link {color:#ca0000; text-decoration:underline;}
A:visited {color:#ca0000; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#ffffff; text-decoration:none;}
A.nav:visited { color:#ffffff; text-decoration:none;}
A.nav:hover { color:#000000; text-decoration:underline;}
A.nav:active { color:#000000; text-decoration:none;}

<style type="text/css">
table.dots {
	border-width: 0px;
	border-spacing: ;
	border-style: dotted;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.dots th {
	border-width: 5px;
	padding: 1px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
}
table.dots td {
	border-width: 5px;
	padding: 1px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
}
</style>

<style type="text/css">
table.normal {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.normal th {
	border-width: 0px;
	padding: 4px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
}
table.normal td {
	border-width: 0px;
	padding: 4px;
	border-style: dotted;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
}
</style>