/* CSS Document */
body {
	background-color: #000000; /*#006699; */
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-family: Georgia, Times, serif;
	font-size: 11px;	/* does not seem to have any effect*/
	
	
}

td, th {
	font-size: 12px;
}

h1, h2 {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
}
p, div {
	font-size: 12px;
}
a {
	color: #FFB18C;
	font-weight:bold;
}

table {
	background-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

pos {
	background-color: #FFCCCC;
}
body a:hover,
body a:active{
	color: #FFC5A8;  /*font-variant: small-caps; */
}

#menubaritem a{
	color: #FF9966;
	font-size: 12px;
	font-style:italic;
	text-decoration:none;
/*	height: 16px;
	line-height:14px; */
}
#menubaritem a:hover {
	color: #FFB18C; 
	text-decoration:underline;
}
#textdiv {
	font-size: small;
}
#quotediv {
	color: #99CCCC;
	border:thin #0099FF ;
	font-style:italic;
}