/* Style Sheet for Manuka Press */


* {font-size: 11pt; font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.3;
}

body, html {
  height: 100%;
  margin: 0;
}

h1 {
	font-size: 220%;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	color: #487058;
}

h2 {
	font-size: 160%;
	text-align: center;
	color: #487058;
}

.h3 {font-size: 110%; text-align: left; font-weight: bold}


/* link style */

a:link {
    color: #B01203;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}


a:visited {
	color: #B01203;
}

a:hover  { 
	color: #6F6FFF; 
}
.bg {
  /* The image used */
  background-image: url("images/bg-image.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.boxed {
	border: 6px  #331516;
	border-style:double;
	padding: 18px; 
    margin: 10px;
	width: 950px;
	margin: 0 auto;
	background-color: #F9F8E5 ;
		
}



