
body {
	background-color: #FFFFFF;
	font-family: 'Abel', sans-serif;
}

#navBar {

	position: relative;
	float: left;
	width: 150px;
	height: auto;
	margin-left: 50px;
	
}

.navBarItems {
	background-color: #cb0404;
	border: 1px solid #94b0da;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a {
	text-decoration: none;
	color: #292323;
}

#toolBody {
	position: relative;
	margin-left: 175px;
}

h3 {
	background-color: #cb0404;
	border: 1px solid #94b0da;
	border-radius: 5px;
	color: #292323;
	min-width: 400px; 
	width: auto;
	margin-left:50px;
	margin-right: 50px;
	margin-bottom: 25px;
	margin-top: 25px;
	position: relative;
	text-align: left;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: bold;
	font-size: 48px;
}

form {
	width: auto;
	min-width: 450px;
	margin-right: 50px;
}

.textForms {
	background-color: #e5e5e5;
	border: 1px solid #94b0da;
	border-radius: 5px;
	border-color: #71706e;
	min-width: 450px;
	width: 100%;
	min-height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

.buttons {
	background-color: #e5e5e5;
	border: 1px solid #94b0da;
	border-radius: 5px;
	border-color: #71706e;
	font-size: 16px;
}

#formatForm {
	margin-left: 50px;
}

#urlForm {
	margin-left: 50px;
	margin-right: 5px;
}
