
.logo{
	position: absolute;
	margin-left: 20px;
	font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    top: 20px;
}
.logotext{
	position: absolute;
	margin-left: 65px;
	top: 20px;
	font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    color: black;
}
.logotext:visited{
	color: black;
}
.logotext:hover{
	color: black;
}
.col{
	font-family: 'Lato', sans-serif;
	padding-right:80px; 
	
	
}
.head{
	color: #1984f1;
	font-family: 'Lato', sans-serif;

}
.heading{
	color: black;
	border-bottom: 2px solid #1984f1;
}
table {
    /* make the border continuous (without gaps between columns) */
    border-collapse: collapse;
    margin-left: 14%;
    margin-top: 240px;
}
.heading2{
	border-bottom:1px solid black;
}
.page{
	position: absolute;
	top: 120px;
	margin-left: 39%;
	color: black;
	font-family: 'Lato', sans-serif;
}
td{
	padding: 10px;
}
.last{
	color: #1984f1;
	font-family: 'Lato', sans-serif;
}
.last1{
	font-family: 'Lato', sans-serif;
}