/* written by Oliver Hsu */
/* last modified 8/23/2000 */

body {
background:#FFFFDD;
color:black;
}

.inactive
{
	color:#FFFFDD;
}

.pictureComment
{
	position: absolute;
	visibility: hidden;
}

.pictureCommentHolder
{
	//background-color:3399FF;
	background-color:white;
	color:black;
	width:160;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	position:relative;
	zIndex:5;
	z-index:5;
	left:-9;
	top:4;
}

.title
{
	color:FF6600;
	font-size:150%;
	font-style: italic;
}

TD.linkTD
{
  background-color:lightblue;
}

TD:hover.linkTD
{
  background-color:darkblue;
  color:white;
  cursor:pointer;
}

p{
text-align:justify;
}

A {
text-decoration:none;
color:darkblue;
}

A:hover {
color: white;
//background: FF6600;
background-color:lightblue;
}

#navbarheader {
color: white;
background: green;
}

.formattingTable{
width:768;
}
.emphasis {
color: blue;
}

.submenu {
position:relative;
left:20;

}

.header {
color: orange;
background: white;
text-align:left;
}

HR {
width=80%;
text-align:center;
}

.separator {
width:10;
}

.date {
color:pink;
font-style: italic;
}

.journaltitle {
color:orange;
font-style: italic;
font-size:140%;
}

.linkbar {
text-align:center;
}

.journalmonth {
color:orange;
font-style:italic;
font-size:170%;
}

.lastupdate{
font-size:80%;
}

.rssbutton{
  color: white;
  background-color:FF6600;
  border-color:FF6600;
  border-style:outset;
  text-decoration: none;
  font-size:70%;
  margin: 2em 0em 0em 0em;
  padding: 0em 0.5em 0em 0.5em;
  border-width:2;
}

.xml_button:hover {
  background-color:FF9900;
}

.xml_button:active {
  border-style: inset;
}
}

