/* This validates as CSS2 compliant. */
body {
	background-color: black;
	color: white;
    font-family: helvetica, sans-serif;
}

a { 
	color: yellow;
	background: transparent;
	font-family: inherit;
	text-decoration: none; 
}

a:active { 
	color: red;
	background: transparent;
	font-family: inherit;
	text-decoration: none;
}

a:visited { 
	color: #00ffff;
	background: transparent;
	font-family: inherit;
	text-decoration: none;
}

td { 
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif; 
}

th {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif; 
}

h1 {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

h2 {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

h3 {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

h4 {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

h5 {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

h6 {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

p {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
/*	soon, my precious! text-align: justify; */
}

pre {
	background: transparent;
	color: #00cc00;
	font-family: courier new,courier, system, monospace;
}

tt {
	background: transparent;
	color: #00cc00;
	font-family: courier new,courier, system, monospace;
}

li {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

em {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
	font-style: italic;
}

i {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
	font-style: italic;
}

strong {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
	font-weight: 800;
}

b {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
	font-weight: 800;
}

center {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

address {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

dt {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
	font-weight: 800;
}

dd {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

blockquote {
	background: transparent;
	color: #77ff77;
	font-family: helvetica, sans-serif;
}

xmp {
	background: transparent;
	color: green;
	font-family: courier, system, monospace;
}

img {
	border: 50px;
	border-color: transparent;
	background: transparent;
}

.nounderline { 
	text-decoration: none; 
}

.signoffbox {
	position: relative; top: 0px;
}


.signoffleft {
	position: absolute; top: 0px;
	text-align: left;
}


.signoffright {
	position: absolute; top: 0px; right: 0px;
	font-style: italic;
    text-align: right;
}

.tagline {
	font-style: italic;
}

.plain {
	background: transparent;
	color: white;
	font-family: helvetica, sans-serif;
}

.fullwidth {
    width: 100%;
}

.fullheight {
    width: 100%;
}

.fullscreen {
    width: 100%;
    height: 100%;
	position: absolute; left: 0px; top: 0px;
	margin: 0;
	padding: 0;
}

.redtext {
	color: red;
	background: transparent;
}

.centerhead {
	text-align: center;
	font-weight: 800;	
}

.blockquote {
	margin-left: 50px;
	background: transparent;
	color: #77ff77;
	font-family: helvetica, sans-serif;
}

/* diary markup; date is a dt, entry is a dd */
.diarydate {
		font-weight: 800;
}

.diaryentry {
		margin: 0px;
		padding: 10px;
		text-align: justify;
}

.rssfeedname {
	font-family: helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.rsstitle {
	font-weight: 800;
}

.rssbody {
	margin-left: 20px;
	text-align: justify;
}

.greyback {
	background: #777777;
}

.blackback {
	background: #000000;
}

.justified {
	text-align: justify;
}

.tvtime {
	background: blue;
	color: yellow;
	font-weight: 800;
}

.tvchan {
	background: blue;
	color: yellow;
	font-weight: 800;
	white-space: nowrap;
}

.tvshow {
	background: black;
	color: white;
	padding: 2px;
}

.tvnow {
	background: #777777;
	color: white;
}

/* this could be useful in future:
  <link REL="shortcut icon" HREF="/favicon.ico" TYPE="image/x-icon">
  <link REL="top"   HREF="../../../">
  <link REL="up"    HREF="./">
  <link REL="first" HREF="001.html">
  <link REL="prev"  HREF="035.html">

  <link REL="next"  HREF="037.html">
  <link REL="last"  HREF="074.html"> */
