@charset "utf-8";
#body {
   background-color: aliceblue;
}
#spacer1 {
	width: 100%;
	height: 40px;
}
#spacer1b {
    width: 100%;
    height: 40px;
    border-top: 2px solid #000000;
}
#spacer2 {
	width: 100%;
	height: 50px;
}
#spacer3 {
	width: 100%;
	height: 100px;
}
#spacer5 {
    width: 100%;
    height: 15px;
	background-color: black;
}
#spacer10 {
    width: 100%;
    height: 140px;
}
#spacer11 {
    width: 100%;
    height: 20px;
}
#article {
}
#article h1 {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 32px;
}
#article h2 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 38px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}
#article h3 {
   color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-variant: normal; 
    padding-left: 30px;
}
#article p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding-left: 30px;
}
#spacer2 {
	width: 100%;
	height: 75px;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: darkred;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

