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

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;
}
  .inboxcontent{ 
  font-size:12px; }

/* 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;
  
   }
  
.definition{
	font-weight:bold;
	color: orange;
	line-height : 20px;
	background : #666666;
	border : 1px solid Black;
}






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

