/* I was really going to use CSS positioning on this site, but 
   tables were the quickest way I could make sure it looked the same
   on every browser. Ah, well. */


.copyright { font:xx-small; color: #666; }

.date { font-style: italic;
	color: #663; }

.entry { padding: 6px 0px }

.error { color: #C00; }

.this { color: #600;
	font-weight: bold; }

.thumb { margin: 11px 10px; }

.thumbo { margin: 11px 10px; border: 1px #000 solid; }

A.menu:link { color: #FFF; }
A.menu:visited { color: #FFF; }
A.menu:active { color: #FF9; }
A.menu:hover { color: #FFC; }

A.menu1:link { color: #FFF; font-weight: bold; }
A.menu1:visited { color: #FFF; font-weight: bold; }
A.menu1:active { color: #FF9; font-weight: bold; }
A.menu1:hover { color: #FFC; font-weight: bold; }

A.that:link { color: #333; }
A.that:visited { color: #333; }
A.that:active { color: #000; }
A.that:hover { color: #300; }

A:link { color: #990000; }
A:visited { color: #660000; }
A:active { color: #663333; }
A:hover { color: #330000; }

blockquote { margin-bottom: 6px; color: #333333; }

body {
	margin:0px;
	padding:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;
	background-color:#99C;
	font-size:x-small;
	}
	
dd { margin-bottom: 6px }
	
dt { font:x-small/130%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin: 6px 11px;
	padding:0px; }
	
H1 { font-size: large; font-weight: bold; font-family: Trebuchet,Helvetica,Arial,sans-serif; margin: 11px 11px 6px 11px }
H2 { font-size: medium; font-weight: bold; color: #666; font-family: Trebuchet,Helvetica,Arial,sans-serif; margin: 13px 11px 6px 11px }
H3 { font-size: small; font-weight: bold; font-family: Trebuchet,Helvetica,Arial,sans-serif; margin: 13px 11px 6px 11px }
H4 { font-size: small; font-weight: bold; color: #666; font-family: Trebuchet,Helvetica,Arial,sans-serif; margin: 11px 11px 6px 11px }
H5 { font-size: x-small; font-weight: bold; font-family: Trebuchet,Helvetica,Arial,sans-serif; margin: 11px 11px 6px 11px }
H6 { font-size: x-small; font-weight: bold; color: #666; font-family: Trebuchet,Helvetica,Arial,sans-serif; margin: 11px 11px 6px 11px }

.hdate { font-size: 80%; color: #669; }
hr { height: 1px; color: #666; }
hr.menu { height: 1px; color: #FFF; }

img { display-type: inline; border: 0px; }

ol { margin-left: 47px; }

ol, ul { font:x-small/120%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin-top: 6px;
	margin-bottom: 6px; }

ul ul {	margin-top: 2px;
	margin-bottom: 2px; }

ol ol {	margin-top: 2px;
	margin-bottom: 2px; }

p { font:x-small/130%;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	margin: 6px 11px;
	padding:0px; }

p.menu { color: #FFF;
	margin: 6px 15px 6px 11 px;
	text-indent: -4px;
	background-color: #666; }

p.menu2 { color: #FFF;
	background-color: #666;
	margin: 4px 24px 4px 20px;
	text-indent: -4px;
	padding:0px; }

p.menu3 { color: #FFC;
	background-color: #666;
	margin: 4px 24px 4px 20px;
	text-indent: -4px;
	padding:0px; }

p.terms { font:xx-small; }

p.hansel { color: #666;
	margin: 1px 11px 2px 10px;
	background-color: #CCC; }

table.bb {
	border: 1px solid #000; }
