﻿h1 {
	text-align: left;
	font-family: sans-serif;
	font-size: 16pt
}

h2 {
	text-align: left;
	font-family: sans-serif;
	font-size: 14pt
}

h3 {
	text-align: left;
	font-family: sans-serif;
	font-size: 12pt
}

h4, h5 {
	text-align: left;
}

caption {
	font-family: sans-serif;
	font-size: 11pt
}

table {
	border-color: #adadff;
	border-style: outset;
	border-width: 2px;
	background: #adadff;
}

td, th, tr {
	border: 1px;
	text-align: left;
	font-family: serif;
	font-size: 10pt;
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: #adadff;
}

html, p, a, body {
	color: #000000;
	background-color: #ffffd9;
	font-family: serif;
	font-size: 10pt
}

.layout-center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.border-black-solid {
	border-color: #000000;
	border: 2px outset;
	border-style: solid;
}

.underline {
	text-decoration: underline
}

.italics {
	font-style: italic;
}

.border-none {
	border: 0px;
	border-width: 0px;
	background-color: #ffffd9;
}

.table-background {
	background-color: #adadff;
}

/* for big jobs use downloadPage.css, in particular <html> can't be set with class="" */
.download-page {
	background-color: #ffffff;
}

.font-size-big {
	font-size: 16pt;
}


/* available: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow */
.ink-red {
	color: red;
}
.ink-blue {
	color: blue;
}
.ink-aqua {
	color: aqua;
}
.ink-green {
	color: green;
}
.ink-teal {
	color: teal;
}
.ink-black {
	color: black;
}
.ink-brown {
	color: #cc6633;
}


/* begin: support language specific positioning (static for now) */

.dominant-side {
	left: 0;
	text-align: left;
}

.center-side {
	width: 50%;
	margin-left: auto; 
	margin-right: auto;
}

.non-dominant-side {
	float: right;
	text-align: right;
}

