/* When a style is define for both an ID and a tag or class, */
/* you can split out the id to define it differently.        */
html { 
    scroll-behavior: smooth; 
}
/* Page Logo */
#Logo { 
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Menu Area */
#menuarea {
	margin-left:auto;
	margin-right:auto;
    text-align: center;
}

/* Main Area */
.mainarea, 
#mainarea {
	margin-left:auto;
	margin-right:auto;
	padding-left:22px;
	padding-right:22px;
}
.textblocktop{
    text-align:center;
	font-size:25px;
	font-weight: normal;
	color:Black;
	font-family:Calisto MT;
	border-radius: 25px;
}

.textblock {
    text-align:left;
	font-size:25px;
	font-weight: bold;
	color:Black;
	font-family:Calisto MT;
	border-radius: 25px;
	padding-left:152px;
	padding-right:152px;
	padding-top:10px;
	padding-bottom:10px;
}

.table {
  margin-left: auto;
  margin-right: auto;
  font-size:24px;
  background-color: #D1D1E0;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: black;
  border-width: 16px;
}
.row {
  margin-left: auto;
  margin-right: auto;
}

.column {
  column-count: 2;
  column-gap: 10px;
  padding: 5px;
  column-width: 300px;
}


/* Page Title */
H1 { 
	font-family:IM Fell English SC;
        font-style: italic;
        font-size: 60px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 65px;	
        color:#196f3d;
        padding-top:20px;
        padding-bottom:10px;
	height:50px;
	height:expression('99px');
	line-height:40px;
	margin: 0px;
	margin-bottom:1px;
}
H2 { 
	font-family:IM Fell English SC;
        font-style: italic;
        font-size: 30px;
        text-align: center;
        vertical-align:middle;
        color:#196f3d;
        padding-top:20px;
}
H3 { 
	font-family:Copperplate Gothic;
	font-size:20px;
	text-align:center;
        color:red;
        padding-top:40px;
}

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

/* Body */
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(http://huaiwarp.com/Health/LOTR/Graphics/latepaper.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* "Current Page" menu link, optional */
#linksarea a.ivCP,#linksarea a:link.ivCP,#linksarea a:visited.ivCP,#linksarea a:active.ivCP,#linksarea a:hover.ivCP,
.ivCP{ background: #BCB18E; color: #eee; }


/* Bottom buffer */

#bottombuffer{
	width:100%;
	height:22px;
	clear:both;
}