/***********************************************/
/* interactive file style sheet                           */
/*           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color:white;
	font-family:arial;
}




/************* #appearing text styles **************/

#hiddentext
{
color:white;
border-style:dotted;
border-width:2px;
border-color:black;
} 

#hiddentext2
{
color:white;
} 

#shown
{
color:black;
}

.hiddentext
{
color:white;
border-style:dotted;
border-width:2px;
border-color:black;
} 

.hiddentext2
{
color:white;
} 

.shown
{
color:black;
}

.morespace
{
line-height:200%;
}


/*  Trying these out.  

div.panel,p.flip
{
margin:0px;
padding:5px;
text-align:center;
background:#e5eecc;
border:solid 1px #c3c3c3;
}
div.panel
{
height:120px;
display:none;
}*/