html, body {
	margin: 0;
	background-color: #e0e0d0;
}



H1, H2, H3, H4 {
  text-align: center;
  color:#10105f;
}
BODY {
  font-family: Georgia "Times New Roman" Serif;
  color: #100060;
  width: 100%;
}
.header {
	width: 90%;
	margin-left: 1cm;
	margin-top: 50px;
	}
	
a {
  color: #10105f;
}
a:hover {
  color: #a0105f;
}
a:active {
  color: #ff105f;
}
a:visited {
  color: #808080;
}

.pm {
	margin: 10px;
	border-width: 5px;
	border-style: outset;
	}
	
.full {
	width: 320px;
	background-color: black;
	border-width: 5px;
  border-style: inset;
  display: block;
  position: fixed;
  right: 30px;
  top: 250px;
}

.mini {
	margin: 10px 350px 10px 10px;
	display: block;
	}


