
body {
	/* width: 750; */
	margin: 20px;
	background-color: black;
	color: white; 
	font-family: sans-serif;
}

.menuitem {
	display: block;
}

a {
	color: white;
}

a:hover { color: green;

}

h3 {
  margin: 2px;
  color: #b21cf8 ;
  font-style: italic;
  /* : underline; */
}

hr:hover {
           #b21cf8 ;
	  
	  }
