/* -- written & copyright by Teoman Terzi -- 
:root {
		--cbg: #0000aa;
		--ctxt: #0088ff;
}

body {
		background: var(--cbg);
		color: var(--ctxt);
}
rgb(13,110,253)
*/

body {
	margin: 0;
	background: #7af;
	color: #00a;
	font-family: 'Trebuchet MS', Georgia, 'Times New Roman', Times, serif; 
	font-size:16px;
}

span {
	font-family:calibri;
	font-size:12pt;
}

.teotoptitlebar {
	background: url('../images/background.jpg') no-repeat center #6F7C8F;
}

.teofooterbar {
	background: url('../images/background.jpg') no-repeat center #6F7C8F;
}

/* -- written & copyright by Teoman Terzi -- */
