body { 
	font-size:11pt;
	background-color:#FFF8DC;
	width:600;
}

h1 { font-size:18pt; }
h2 { font-size:14pt; }
h3 { font-size:12pt; }

table.base  {
	border-style:none;
	font-size:12pt;
}

table.items {
//	background-color:#FFF8DC;
	background-color:white;;
	border-style:groove;
	border-width:2;
	font-size:8pt;
	text-align:center;
}

td.itemimage { width:150; }
td.itemspace { width:30; }
td.sitelink  { 
	background-color:#EEE9E9;
	text-align:left;
	font-size:11pt;
}

a { text-decoration:none; }
a:hover { color:red; }

*.lfloat { float:left; }
*.rfloat { float:right; }

