/* Creation:	"Mike Burns"	micron999@geocities.com	est199904071641	TkNotepad	"RHLinux 5.1 (2.0.35)" */
/* Updation:	"Mike Burns"	netgeek@downcity.net	2001-04-15T0935 "nano 1.0.0" */
/* Updation:	"Mike Burns"	netgeek@downcity.net	2002-01-27T1531 "vim 6.0" */
/* Updation:	"Mike Burns"	netgeek@downcity.net	2002-03-26T1200 "vim 6.0" */

@import url("/styles/table.css");

a {
  text-decoration: inherit;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

strong a,a strong {
	font-weight: bold;
	text-decoration: underline;
}
acronym {
  font-variant: small-caps;
  text-transform: uppercase;
}
address
	{
	font-style: italic;
	font-size: small;
	text-align: right;
	margin-top: 0em;
	}
blockquote
	{
	text-align: justify;
	}
blockquote cite
	{
	display: block;
	text-align: right;
	}
body
	{
	margin-left: 30px;
	background-image: url('/objects/w3m.png');
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: sans-serif;
	}
del
	{
	text-decoration: line-through;
	}
form
	{
	margin-left: 5%;
	margin-right: 5%;
	}
h1
	{
	text-align: center;
	}
h2, h3, h4, h5, h6
	{
	text-align: left;
	}
hr
	{
	display: none;
	}

ol, ul, dl {
  margin: 0%;
}

ol
	{
	list-style-type: decimal-leading-zero;
	}
ol ol
	{
	list-style-type: upper-roman;
	}
ol ol ol
	{
	list-style-type: lower-roman;
	}
p
	{
	text-align: justify;
	}
ul {
	list-style-type: none;
}
ul ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: circle;
}
ul ul ul ul {
  list-style-type: square;
}

#footNav {
  text-align: center;
  margin-bottom: 0em;
}

table {
  margin-top: 2em;
  margin-bottom: 2em;
}

thead th {
  border-bottom: 2px black solid;
  font-weight: normal;
}

tfoot th {
  border-top: 2px black solid;
  font-weight: normal;
}

tbody th {
  background-color: yellow;
  color: inherit;
  font-weight: normal;
}

td {
  background-color: inherit;
  color: inherit;
  border: 1px solid black;
}

/* For important notes. */
.note {
  background-color: yellow;
  color: inherit;
}

/* For sarcasm. */
.sarcasm {
  font-style: italic;
  font-stretch: ultra-expanded;
}

/* For non-truths. */
.lie:before {
  content: "~";
}
