body {  margin: 0; }
body, td, .notd {  font: bold 13px Georgia, 'Times New Roman', Times, serif; color: #0C0;}

a, a:link {  text-decoration: none; color: #FF0; }
a:hover {  text-decoration: underline; }
a:visited { color: #FF6 }
a.visited:hover {  color: #FF6; text-decoration: underline;  }

.rev { 
   color: #FFF  
    }
h1,h2,h3,h4,h5,h6 {  
   color: #FFF;  font-weight: bold 
   }
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.5em;
	}
h3	{
	font-size:	1.25em;
	}
H3 { color: #FFFFFF }
h4	{
	font-size:	1.0em;
	margin-bottom: .5em;
	}
 h5	{
	font-size:	0.9em;
	}
h6 { 
   font-size: 0.8em;
   }
h1,h2,h3, h4, h5, h6	{ 
	margin:	0;
    font-weight: bold
	}
h2 {
    margin-bottom: .5em;
	}
H1 + P, H2 + P, H3 + P, H4 + P, H5 + P, H6 + P, P.initial, li + li 	{	
	margin:	.5em 0;
	padding:	0;
	}	
p	{
	/* primitive version for css-1 agents */
	margin:	.5em 0 .75em; 
	}
p.initial:first-letter  {
    font-size : 200%;
}
blockquote {
	margin: 0 1em 
}
.mono { font-family: courier, monospace }

img { background: transparent; }
a:hover img {
	background-color: #000; /*Needed if bgcolor applied for hover. Works in IE but not N to keep transparent images from having hover color applied*/
}
/* The following class is same as text in popup.css-- */
td.black { color: #ddd; background-color: black; line-height: 1.5;}
td.black h1, td.black h2, td.black h3, td.black h4, td.black h5 { color: #0C0;}

td.yellow { color: #000; background-color:  #FFCC1A; }
td.yellow a  { color: #063 }
td.yellow a:visited { color: #093 }
td.yellow h1, td.yellow h2, td.yellow h3, td.yellow h4, td.yellow h5 { color: #309 }

td.green { background-color: #396 }
/*  td.green a:hover { background-color: #906 } --This was needed when the a:hover bgcolor was green, but it works well. */
td.green a:hover img { background-color:#396 }
/* Needed for linked images that are transparent or have vspace or hspace when there is a a:hover with background-color set . It doesn't work in Netscape 6.0*/
td.green h4 { color: #000 }

td.teal { background-color: #009980 }
td.teal a:hover img { background-color:#ffcc1a }
/* Needed for linked images that are transparent or have vspace or hspace when there is a a:hover with background-color set . It doesn't work in Netscape 6.0*/
td.teal h4 { color: #000 }

td.berry { background-color: #936 }
td.berry a:hover img { background-color: #936  }
/* Needed for linked images that are transparent or have vspace or hspace when there is a a:hover with background-color set . It doesn't work in Netscape 6.0*/
td.berry.h3, td.berry h4 { color: #000 }

td.blue { color: #6F3; background-color: #309;  }
td.blue.h3, td.blue h4 { color: #fff }

td.lime { background-color: #9fc32f; color: #906; }
td.lime a:hover img { background-color:#936; }
td.lime.h3, td.lime h4 { color: #000 }

td.space {color: #00CC00; line-height: 1.4;}

hr { color: #0C0; }

.borderpink
{
    padding: 5px;
    border : 4px solid #990066;
    margin : 5px 0;
    text-align : center;
}
.notd {
	font-size: .9em;
	color: #fff;
}
.entropy {
    margin: 2em; 
	text-align: center;
	color: #fff;
}
.clear {clear:both;}
table .border td {border: 1px solid #999; padding: 2px 4px; margin: 4px;}