body{
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align : justify;
}

table{ 
font-size:12px;
color: black;
 }
h1
{
	color:black;
	text-decoration: overline underline;
	font-size:20px;
	line-height:30 px;
}
 
a:link{
	color: gray;
	text-decoration: underline;
}


a:visited {
	color: red;
	text-decoration: underline;
}
 

a:hover{
	color: black;
	text-decoration:none;
	/*background-color:orange;
	*/
}


/* inbox are pseudo definitions for links inside the box container */
a.inbox:link{
color:black; 
text-decoration:underline;

}

a.inbox:visited{
	color: #cccccc;
	text-decoration:underline;
}
 
 a.inbox:hover{
	color:orange;
	text-decoration:none;
	font-weight:bolder;
}
  
.box{
	position: absolute;
	width: 150px;
	border:1px solid #cccccc;
	background-color:#666666;
	color: #cccccc;
	padding: 3px;
	z-index:0;
	margin: 5px,5px,5px,5px;
	top:80px;
	left:10px;
}
/* link properties for main content text */
a.inboxcontent:active { 
color:black;
text-decoration:none;
font-weight:bolder;
 }
 
 a.inboxcontent:visited { 
color:gray;
text-decoration:none;
font-weight:bolder;
 }
 
 
a.inboxcontent:hover{
	color: black;
	text-decoration:underline overline;
	background:#cccccc;
	
}
  
  a.inboxcontent{
  color:black;
  text-decoration:underline;
  font-weight:bolder;
  
   }
 .superscript{
	font-size:9px;
	font-weight:bold;
	top: 1px;

 
 
 }
.definition{
	font-weight:bold;
	color: orange;
	line-height : 20px;
	background : #666666;
	border : 1px solid Black;
}


.boxcontent{
   position: absolute;
	top:77px;
	left:179px;
	background-color: #E0E0E0;
	color: black;
	width:420;
	padding: 3px;
	z-index:1;	
	margin: 5px,5px,5px,5px;
}


.rightnav
{
	position:absolute;
	top:80px;
	left:605px;
	z-index:2;
	
	
		/*height:300px;
	padding: 3px;
	*/
	font-size:10px;
	margin: 5px,5px,5px,5px;
	text-align : justify;
}
.dabba
{
border:1px solid white;
width:100px;

  }
 .footer
{
	font-size: 9px;
	text-align : center;
	font-weight:bolder;
}
