body {background-color: white;}
h1   {color: blue;}

div.menu {background-color:  rgba(200,140,120,0.9);
top:0px;
margin-left:0px;
cursor: pointer;
  color: black;
  display:inline-block;
  padding: 6px;
 width: relative;
 min-width:100px;
 width:120px;
  text-decoration: none;
  margin-top:0px;
   margin-bottom:0px;
  margin-left:0px;
border-radius:4px;
vertical-align:top;
text-align:center;
  }
.menu:hover{background-color:  rgba(200,100,80,0.9);color:white;}
  
  p.menulogd {background-color: #DD5555;
  font-size: 15px;
  font-weight: 800;
  padding:0px;
top:0px;
margin-left:0px;
cursor: pointer;
  color: white;
  display:inline-block;
   position: relative;
  right: 120px;
  padding: 6px;
 width: relative;
 min-width:90px;
 width:10px;
  text-decoration: none;
  text-align:left;
  margin-top:0px;
   margin-bottom:0px;
  margin-left:0px;
border-radius:4px;
vertical-align:top;
text-align:center;
 float: right!important;
  }
  .menulogd:hover{background-color: #448888;color:white;}
   

div.menuline {background-color:white;
	display: block;
	margin-Left:2px;
	margin-top:5px;
	margin-bottom:3px;
	padding:0px;
	top: 0px;
	height:3px;
	width:27px;
	}


