/*
 * Colours 
 */

BODY { color: black; background: #7b8c5a /* pilot background greenish */ }
A		{ background: #087b42;/* tap-area greenish */ }
A:link		{ color: #dddddd }
A:visited	{ color: #424242; background: #738c63 }

/* 
 * Font families
 */

BODY { font-family: "Helvetica", "Arial", serif ; font-size: 16pt }

/*
 * Font sizes
 */

H1	{ font-size: xx-large}
STRONG	{ font-size: larger }

/*
 * Text alignment
 */

H1	{ text-align: center }
P	{ text-align: justify }

/*
 * Misc
 */

A	{ text-decoration: underline }
IMG	{ float: right }
