body {
	font: 12pt/1.2 "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 1em 10px 1em 130px;
	text-align: justify;
	background: url("w000.jpg") repeat-y;
	color: maroon;
}
h1 {
	font-size: 2em;
	margin: 0 0 .5em 0;
	text-align: center;
	background: #cde;
	padding: .2em 0;
}
h2 {
	font-size: 1.5em;
	margin: .67em 0;
	text-align: left;
}
h3 {
	font-size: 1.2em; 
	margin: .83em 0;
	text-align: left;
}
h4, p, blockquote, ul, ol, dl, fieldset, form {
	margin: 1em 0;
}
p, li, td, th {
	padding: 0.1em 0.3em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bolder;
}
address {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	margin-top: 0;
}
h1, h2, h3, hr {
	clear: both;
}

/* LISTS */
ul {
	margin-left: 2em;
}
ol {
	list-style-type: decimal;
	margin-left: 5em;
}
ol ul, ul ol, ul ul, ol ol { 
	margin-top: .5em;
	margin-bottom: 0.5em;
}

/* DIV, TABLES */
div.navbar {
	text-align: center;
	background: #cde;
	padding: .2em 0;
}

/* IMAGES */
img {
	margin: 0;
	border: thick inset white;
	vertical-align: middle;
}
p.pic {
	margin: 1em 5em;
	text-align: center;
}

/* LINKS */
a[href] { 
	text-decoration: underline;
}
a:link { 
	color: #f90;
}
a:visited {
	color: #666;
}
a:hover {
	font-weight: bolder;
}

/* INLINE ELEMENTS */
big {
	font-size: 1.2em;
}
small, sub, sup {
	font-size: .83em;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}
b, strong {
	font-weight: bolder;
}
i, cite, em, var {
	font-style: italic;
}
pre, tt, code, kbd, samp {
	font-family: monospace;
}
pre {
	white-space: pre;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
abbr, acronym {
	font-variant: small-caps;
	letter-spacing: 0.1em;
}

/* MISCELLANEOUS */
hr { border: 1px inset }
br:before { content: "\a" }
:focus { outline: thin dotted invert }

/* DISPLAY PROPERTY */
head {
	display: none;
}
address, blockquote, body, dd, div, dl, dt, 
fieldset, form, frame, frameset, 
h1, h2, h3, h4, h5, h6, 
iframe, noframes, object, ol, p, ul, 
hr, pre { 
	display: block;
}
li {
	display: list-item;
}
table {
	display: table;
}
tr {
	display: table-row;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
td, th {
	display: table-cell;
}
caption {
	display: table-caption;
}

