#header {
	background: rgba(22,50,126,1);
	background: -moz-linear-gradient(top, rgba(22,50,126,1) 0%, rgba(88,187,253,1) 32%, rgba(82,226,254,1) 53%, rgba(255,182,46,1) 56%, rgba(255,142,56,1) 81%, rgba(255,142,56,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,50,126,1)), color-stop(32%, rgba(88,187,253,1)), color-stop(53%, rgba(82,226,254,1)), color-stop(56%, rgba(255,182,46,1)), color-stop(81%, rgba(255,142,56,1)), color-stop(100%, rgba(255,142,56,1)));
	background: -webkit-linear-gradient(top, rgba(22,50,126,1) 0%, rgba(88,187,253,1) 32%, rgba(82,226,254,1) 53%, rgba(255,182,46,1) 56%, rgba(255,142,56,1) 81%, rgba(255,142,56,1) 100%);
	background: -o-linear-gradient(top, rgba(22,50,126,1) 0%, rgba(88,187,253,1) 32%, rgba(82,226,254,1) 53%, rgba(255,182,46,1) 56%, rgba(255,142,56,1) 81%, rgba(255,142,56,1) 100%);
	background: -ms-linear-gradient(top, rgba(22,50,126,1) 0%, rgba(88,187,253,1) 32%, rgba(82,226,254,1) 53%, rgba(255,182,46,1) 56%, rgba(255,142,56,1) 81%, rgba(255,142,56,1) 100%);
	background: linear-gradient(to bottom, rgba(22,50,126,1) 0%, rgba(88,187,253,1) 32%, rgba(82,226,254,1) 53%, rgba(255,182,46,1) 56%, rgba(255,142,56,1) 81%, rgba(255,142,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16327e', endColorstr='#ff8e38', GradientType=0 );
	text-shadow: 1px 1px #666, 1px -1px #666, -1px 1px #666, -1px -1px #666;
    color: white;
	font-weight: 600;
}

#headertext {
	content: "OTOMODAINO";
}

#navbar, body {
	background-color: rgba(255,142,56,1);
}
.english {
	font-style: italic;
	font-weight: initial;
}
.ttheader > th {
	padding: 4px;
}
