/*@import url("reset.css");*/
@import url("code/generic.css");
@import url("code/java.css");
@import url("code/cpp.css");
@import url("code/scheme.css");

body, td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

p { text-indent: 4ex; }
p.continue { text-indent: 0ex; }

dt { font-weight: bold }

a:link { color: #000000 }
a:active { color: #006666 }
a:visited { color: #224444 }
a:hover { color: #006666 }

span.q-author
{
	text-indent: 8ex;
	display: block
}

td.noBorder
{
	border: none;
}

table.standard
{
	border: solid 1px black;
	border-collapse: collapse;
	empty-cells: show;
}

table.standard td, table.standard th
{
	border: solid 1px black;
	padding: 3px 1ex 3px 1ex;
}

td.nowrap, th.nowrap
{
	white-space: nowrap;
}

table.layout
{
	border: none;
	empty-cells: show;
}

