body {
    background-image:url(../imgs/ttemu_int.jpg), url(../imgs/iZIP_Soudan.png);
    background-attachment: fixed;
    background-position: right bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 35%, 35%;
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}

.title {
	background-color: rgba(120,150,180,0.9);
	padding: 1em 2em;;
	text-align: center;
	font-size: 120%;
	border-radius: 10px;
	overflow: auto;
	box-shadow: 5px 5px 5px rgb(100,100,100);
}

.seal-main {
    height: 6.5em; 
    margin-top:0.3em;
}

.main_body {
	text-align: center;
	margin: auto;
}

.footer {
	text-align: center;
	padding: 1em;
	border-radius: 10px;
}

ul {
	text-align: left;
	font-size: 120%;
}

li {
    margin-left: 2px;
}

table {
	background-color: rgb(230,230,230);
	text-align: center; 
	margin: auto; 
	width: 95%;
	border: .1em solid black;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgb(100,100,100);
	table-layout: fixed;
}

.tabletitle {
	font-style: italic;
}

.section-head{
	text-align: center;
	margin: 10px auto;
	text-decoration: underline;
	font-size: 120%;
}

#paper-table {
        background-color: rgba(120,150,180,0.9);
        padding: 5px 5px;
        margin: 20px auto;
        width: 75em;
        border-radius: 10px;
        box-shadow: 2px 2px 2px rgb(100,100,100);
}

#paper-table ul{
	font-size:100%;
	padding-left: 1em;
}

td{
        padding: 2px;
}

