@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');


body {
	margin: 0;

}

header {
	background-color: black;
	color: white;
	height: 50px;
	padding: 8px 0px 6px 40px;
}

header h1 {
	font-family: 'Oswald', sans-serif;
	color: white;
	display: inline;
	font-weight: 400;
	font-size: 32px;
	margin-top:0px;
	margin-right: 700px;
	float: left;
}

#h11:hover {
	color: orange;
	
}

nav ul {
	display: inline;
	float: left;
	padding: 0;
}

nav ul li  {
	display: inline-block;
	color: white;
	list-style-type: none;
	float: left;
	margin-left: 20px;
}

nav ul li a {
	color: white;
	text-decoration: none;
    
}


#ul1 {
	font-family: 'Montserrat', sans-serif;

}

.home:hover {
	color: yellow;
}
.college:hover {
	color: yellow;
}
.exam:hover {
	color: yellow;
}
.news:hover {
	color: yellow;
}


.divider {
	height:2px;
	background-color: red;
}


.examhead {
	margin-top: 0px;
	
	color: #605d5d;
	margin-left: 80px;
	font-family: 'Dosis', sans-serif;
}

.einfo {
	color: black;
	margin-left: 80px;
	font-family: 'Dosis', sans-serif;
}

.namehead {
	color: #605d5d;
	margin-left: 80px;
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
}

.box1 {
    width: 600px;
    border: 1px solid black;
 
    border-style: solid;
    padding: 10px 50px 10px 10px;
    margin-left: 80px;
}
.edata {
	color: #605d5d;
	margin-left: 10px;
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
}


.back {
	background-color: #d7d5e5;
}

.linker1 {
	color: red;
	margin-left: 10px;
	font-size: 18px;
	text-decoration: none;
	font-family: 'Dosis', sans-serif;
}


#table {
  width: 90%;
  border: 0px;
  margin: 0px 0px 0px 50px;
     text-align: left;
     color: #605d5d;
     position: 0px 0px 0px 30px;
}

#lower1 {
  background-color: white;
  height: 170px;
}

.asd {
  color: #605d5d;
  text-decoration: none;
}

#lower2 {
   width: 90%;
  border: 1px;
  margin: 0px 0px 0px 50px;
}

hr {
  color: #605d5d;
}