/*
 * Turvalar CSS
 */
<style type="text/css">

html {
	text-align:center;
}

table, td {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

td.box {
	border: 2px solid black;
}

p { text-align:center; }
p.ss { font-size:smaller; }
p.xxs { font-size:xx-small; }
p.xs { font-size:x-small; }
p.sm { font-size:small; }
p.md { font-size:medium; }
p.lg   { font:bold; font-size:large; }
p.xl { font:bold; font-size:x-large; }
p.xxl { font:bold; font-size:xx-large; }
p.ll { font:bold; font-size:larger; }
p.bold { font:bold; }

p.notice { font-size:medium; }
p.copyright { font-size:x-small; }

</style>

