body {
    min-width: 320px;
    width: 90%;
    margin: 0 auto;
    top: 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 12pt;
}
h1 {
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
}
h3 {
    color: mediumBlue;
}
div.banner {
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 36pt;
   font-weight: bold;
   font-style: italic;
   color: aqua;
}
div.banner p {
	margin: 0;
	font-size: 36pt;
    font-weight: bold;
	font-style: italic;
	color: aqua;
	}
p {
    top: 10px;
    margin: 10px;
    border: 0px;
    padding: 0px;
}
ul {
    list-style-image: url(../css/images/fiedbul1.gif);
    margin-left: 20px;
    padding-left: 20px;
}
.about {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.eoPage {
	margin-bottom: 14%;
	font-size: 10pt;
    text-align: center;
}
.releaseRule {
    margin: 0 auto;
    height: 3%;
    width: 20%;
    border: 0px;
    padding: 20px;
}
.tdcenter {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}