@import url(public.css);

/* Define defaults for old browsers */
/*div,*/ p, th, td, li, dd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:       #333333;
  font-size:   11px;
}

h1 {
  font-size:   130%;
  font-weight: bold;
}

h2 {
  font-size:   110%;
  font-weight: bold;
}

A:link.black { color: black }
A:active.black { color: black }
A:visited.black { color: black }
A:hover.black { color: black }

table.border {
	border-width: 2px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.border td {
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}