@charset "utf-8";
#body {
   background-color: aliceblue;
}
#spacer1 {
	width:100%;
	height:40px;
}
#spacer2 {
	width: 100%;
	height: 75px;
}
#spacer3 {
	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: 20px;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
#article p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 20px;
    font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-left: 30px;
}
#article img {
    align-content: center;
}
#article2 p {
    color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 20px;
    font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-left: ;
}
#article2 h2 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
#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;
}

