*{
	box-sizing: border-box;
	//border: 5px solid black;
	padding: 0;
	margin: 0;
}

.header-content {
	top: 0;
	width: 100%;
	height: 175px;
	color: black;
	text-align: center;
}

.footer-content {
	bottom: 0;
	width: 100%;
	height: 120px;
	color: black;
	text-align: center;
}

.body-content {
	leftmargin: 50px;
	topmargin:  20px;
	marginwidth: 100px;
	color: rgb(0, 0, 0);
	background-color: rgb(204, 255, 255);
	alink: #000099;
	link: #000099;
	vlink: #990099;
}

ul, ol { 
    display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}
ol { 
    list-style-type: decimal;
}
li { 
    display: list-item;
}

ul ul, ol ul {
    list-style-type: circle;
    margin-left: 15px; 
}
ol ol, ul ol { 
    list-style-type: lower-latin;
    margin-left: 15px; 
}
