body {
	background-color: #ffbb33; 
	color: #333;
	font-family: 'Arial', sans-serif;
	margin: 20px;
}

div#navigation {
	margin-bottom:30px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 6px solid orange;
}

input, option, select, textarea {
	font-weight: bold;
	margin: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

select {
	color: black;
}

table {
	border-collapse: collapse;
	background-color: #fff7e6;
	border-radius: 25px;
	border: 2px solid #ffbb33;
}

th, td {
	border: 1px solid #ddd;
	padding: 4px;
	text-align: left;
}

th {
	background-color: #f2f2f2;
}

.enlargeText {
	font-size: 1.2em;
}

a {
	color: #007BFF;
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover {
	color: #0056b3;
}

a.navigation {
	margin: 20px;
	color: black;
	font-size: 1.5em;
	font-family: monospace;
}

a.navigation:hover {
	color: #0056b3;
}

p.alert, h3.alert {
	background-color: #ffeb3b;
	color: #333;
	padding: 10px;
	border-radius: 4px;
}

p.success {
	background-color: #4caf50;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
}