.reu {
	height: 230px;
	width: 220px;
	border: 2px ridge #CCCCCC;
	float: left;
	margin: 10px;
}
body {
	margin: 0px;

}
.search {
	height: 60px;
	width: 100%;
	background-color: #00FFCC;
	padding-top: 5px;
	padding-bottom: 10px;
}
#di {
	height: 40px;
	width: auto;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.finet{
	width: 100%;
	height:30px;
	float: left;
}
.rito {
	height: 50px;
	width: 75%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #993300;
	padding-top: 2px;
}
.fint {
	height: 40px;
	width: 75%;
	float: left;
	margin-left: 20px;
	margin-top: 50px;
	z-index: 10;
}

#sec {
	height: 30px;
	width: 100%;
}
input[type=Submit] {
	height: 30px;
	width: 100%;
	background-color: #009933;
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.partiii {
	float: left;
	height: 30px;
	width: 23%;
	margin-left: 14px;
	margin-top: 0px;
}
.div {
	display: block;
}



.title {
	height: 140px;
	width: 150px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-transform: capitalize;
	color: #666666;
	font-size: 24px;

}
.ritoo {
	height: 400px;
	width: 600px;
	background-color: #0099CC;
	margin-top: auto;
}

.post {
	height: 22px;
	width: 200px;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
}
.division {
	height: 50px;
	width: 200px;
	padding: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 5px;
}

.code {
	height: 20px;
	width: 150px;
	margin: auto;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.fitu {
	height: 40px;
	width: 100%;
	background-color: #CC9900;
	margin: 0px;
}
.nitu {
	height: 120px;
	width: 100%;
	margin-bottom: 5px;
}
.add2 {
	float: left;
	height: 450px;
	width: 20%;
	background-color: #CC3300;
}
.midl {
	height: auto;
	width: 100%;
	margin-left: 20px;
	margin-bottom: 60px;
	float: left;
}
.adss {
	height: 200px;
	width: 100%;
	background-color: #0066CC;
}
.dir {
	height: auto;
	width: 98%;
	margin: 20px;
	float: left;
}
.diip {
	height: 20px;
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #339966;
}
a {
	text-decoration: none;
	color: #000000;
}
ul
{
    margin:0;
}

li {
    background-color: yellow;
    display: inline-block;
    padding: 5px;
}
 .pagination {
    float: left;
    width: auto;
    height: 30px;
    padding: 5px 16px;
    text-decoration: none;
    transition: background-color .3s;
}


.pagination a.active {
  background-color: dodgerblue;
  color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    
}
