body{
	background-color: white;
	color: #00000;

	font-family: Palatino, serif;
	font-size: 12px;
	font-weight: normal;

	/* Same as above*/
	font: normal, 16px Arial, Helvetica, sans-serif;

	line-height: 1.6em;
	margin: 0;
}

#main-header{
	text-decoration: none;
	list-style-type: none;
	padding-left: 50px;
	padding-top: 40px;
	font-size: 12px;
	font-family: times new roman;
	
}



.fix-me{
	position: fixed;
	top: 50px;

}

#navbar ul{
	padding: 400;
	list-style: none;
	line-height: 1em;
	text-align: center;
}

#navbar li{
	display: inline;
}

#navbar a{
	color: black;
	text-decoration: none;
	font-size: 14px;
	padding-right: 50px;
	
}

.main-navbar{
	width: 47%;
	margin: auto;
	text-align: justify;
}

#navbar a:hover{
	color: #00e600;
}

.worklist li{
	font-size: 15px;
	text-decoration: none;
	line-height: 3;
}
.worklist{
	list-style-type: none;
	text-decoration: none;
	margin: 100px;
}

a{
	text-decoration: none;
	color: #000;

}

a:hover{
	color: #00e600;
}


.button {
	background-color: #333;
	color: white;
	padding: 10px 15px;
	border: none;








