
body {
    font-family: Arial, sans-serif;
	
}

table {
    width: 100%;
    border-collapse: collapse;
	text-align: center;
	
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
	text-align: center;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

input[type="text"] {
    margin-bottom: 10px;
    width: 20%;
    padding: 10px;
    border: 1px solid #ddd;
}

.color-black { color: #000000 !important; }
.color-gray { color: #808080 !important; }
.color-brown { color: #804000 !important; }
.color-green { color: #008000 !important; }
.color-cyan { color: #00C0C0 !important; }
.color-blue { color: #0000FF !important; }
.color-yellow { color: #C0C000 !important; }
.color-orange { color: #FF8000 !important; }
.color-red { color: #FF0000 !important; }
