/* stylesheet by rchg@nvg.org */
/* blackpagestyle.... */
body {
	background-color: #000000;
	color: white
	}
hr {color:navy}

/* text classes */
.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

/* link attributes */
a:link     {color: #0fffff}
a:visited  {color: #ff0000}

/* image classes */
img.top {vertical-align:text-top}
img.bottom {vertical-align:text-bottom}
.imgleft {float: left}
.imgright {float: right}

/* list items */
/* unordered list */
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

/* ordered list */
ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}