
body{
margin: 0;
padding: 0;
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 28px;
	font-size: 1em;
}

.wrapper {
	width: 738px;
	margin: 0 auto;
	margin-top: 5px;
	border: 1px solid #b24242;
	
	min-height: 800px;
	color: black;
	
}
.wrapper .margin {
	padding-left: 80px;
	padding-right: 60px;
	vertical-align: top;
}
.margin {
		border: 0px solid white; }

span {
	color: #0084a9;
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 28px;
	font-size: 1em;
}



p {
	text-align: justify;
	
}
 button{
	 background-color: #b24242;
  display: block;
  width: 120px;
  margin: 0px auto;
  margin-top: 180px;
  
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  box-shadow: inset 0 4px 4px -4px #fff, inset 0 -4px 4px -4px #000;
  color: rgba(255, 255, 255, 0.8);
  font: 18px 'Acme', sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .6));
  background-size: auto 200%;
  background-position: 0 80%;
  transition: color 0.2s, background-position 0.2s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
button:hover {
  color: #fff;
  background-position: 0 20%;
}
button:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}

a { color: rgba(255, 255, 255, 0.8);
	text-decoration: none; 
}
ul{
		list-style: none inside;
	}
	ul>li::before{
		content: "\2013";
		margin-left: -7px;
		margin-right: 2px;
	}
	
	h3, h2 {
		font-weight: normal;
		text-align: center;
	}
	
	table  {
		
		border: 1px solid #0084a9;
		margin: 0 auto;
	}
	
	th, td {
		border: 1px solid #0084a9;
		border-collapse: collapse;
		padding-left: 10px;
	}
	
.position {
	float: left;
	text-align: left;
	width: 50%;
	color: #0084a9;
	
	
}

.name {
	float: right;
	text-align: right;
	width: 50%;
	color: #0084a9;
}

.date {
	text-align: center;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	clear: both;
	color: #0084a9;
}