/* CSS Code by Krys Altimas for Ltimas Calculator. */

body, * {
	background-color: rgb(30, 130, 150);
	/* background-image: url("images/ui-bg_loop_25_000000_21x21.png") */
	}

h1 {
	font-family: Arial;
	font-size: 40px;
	text-align: center;
	}
h2 {
	font-family: Arial;
	font-size: 30px;
	text-align: center;
	}
li {
	padding: 5px;
	}
fieldset {
	border: 0;
	}
input, p {
	width: 130px;
	padding: 5px;
	font-size: 40px;
	}
form, select, option, .ui-selectmenu-text, fieldset, span { /* Remove "fieldset" and "span" for more cyan. The current interface is darker. */
	background-color: transparent !important;
	}
.l {
	float: left;
	}
.r {
	float: right;
	}
.outbox {
	background-image: url("images/ui-bg_loop_25_000000_21x21.png");
	}
