/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  text-align:center;
  background-image:url(pepperpattern.png); background-repeat:repeat;	
  margin: 0;
}
  
#wrapper {
    width: 100%;
    margin: 75px auto;
	padding: 50px;
	border-top: double 4px #263645;
	border-bottom: double 4px #263645;
	outline: solid 3px #263645;
	background-color:#F9EFDF;
	overflow: hidden;
}

/* unvisited link */
a:link {
    color: #263645;
}

/* visited link */
a:visited {
    color: #99b1dd;
}

/* mouse over link */
a:hover {
    color: #99d2dd;
}

/* selected link */
a:active {
    color: #263645;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

 p {
	margin:0;
	font-size: 12pt;
	line-height: 15pt;
}

h2 {
	font-size:20px;
	color:#263645
}
