A:link, A:active {
  	color: #00e;
  	background: transparent;
}

A:visited {
  	color: #529;
  	background: transparent;
}

A:hover {
	background: #FFFF90
}

H1,H2,H3,H4 {
	font-family: sans-serif;
	color: #529;
}

*.error {
	font-weight: bold;
}

BODY,P {
	font-family: sans-serif;
	background-color: #33ccff;
	color: black;
	text-align: left;
}

QUOTE {
	font-family: monospace;
}

TD {
	font-family: sans-serif;
}

TABLE.form * TD {
	text-align: left;
}

TABLE.guestbook-entry * TD {
	text-align: left;
}

TD.message {
	font-style: italic;
	text-align: left;
}

TD.realname {
	text-align: center;
	font-weight: bold;
}

P.copy {
	font-style: italic;
	text-align: center;
}

*.date {
	font-style: italic;
}

*.number {
}


P.under-construction {
	font-weight: bold;
	font-size: large;
	color: red;
	background-color: inherit;
}

IMG.logo {
	vertical-align: middle;
}

IMG.inline {
}

LI.hot { 
	color: red;
	background-color: inherit;
}

LI {
	text-align: left;
}

TABLE.footer * TD {
	font-size: x-small;
	font-style: normal;
	font-family: mono;

}

TABLE.menu * TD {
	font-size: small;
	font-style: normal;
  	background: #529;
}

TABLE.menu * TH {
	font-style: normal;
	background: #529;
	color: #836fff;
}

TABLE.menu * A:link, A:active {
	color: #33ccff;
	background: transparent;
}

TABLE.menu * A:visited {
	color: #836fff;
	background: transparent;
}

TABLE.menu {
	border:medium none #836fff;
}

TABLE.contents  {
	border:medium none #836fff;
}

HR {
	width: 98%;
	height: 0px;
	text-align: center;
	border: 1px solid #836fff;
	color: #33ccff;
}

HR.footer_sep {
	width: 98%;
	height: 0px;
	text-align: center;
	border: 1px solid #529;
	color: #33ccff;
}