body{
	margin:0;
	padding:0;
	color:white;  
   font-family: "adobe garamond pro", "baskerville old face", "Garamond", "Baskerville", "serif", "times new roman";
}
.text{
	color:black;	
}
.login{
	color:black;	
}
.logout{
	color:black;
}
.modal-mask{
  width:100%;
  height:100%;
  position: fixed;
	top:0px;
	left:0px;
	z-index: 100;
	background-color:#000;
	opacity:0.4;
  display:none;
}
.exit {
	top:0;
	right:0;
	position:absolute;
	width:50px;
	height:50px;
	cursor:pointer;
	background-image:url(close-iconsmall.png);
}