body { font-family: arial,helvetica; font-size: 10pt; background-color: lightGrey; }
h2 { font-size: 14pt; font-weight: bold; }

p { text-align: justify; }
hr { size: 2pt; }
img { border: none; }

table { border: double; background-color: white; width: 700px; padding: 10px; }
table.none { border: none; background-color: white; }
table.none td {padding: 5px; }
table.screenshots { border: solid; border-color: gray; background-color: white; width: 700px; padding: 10px; }
td { font-size: 10pt; }
ul { list-style: square; }
ul.sub { list-style: circle; }

a { color: blue; text-decoration: none; }
a:visited { color: purple; text-decoration: none; }
a:hover { text-decoration: underline; }

.centre { text-align: center; }
.toc { text-align: center; font-weight: bold; }
.subhead { font-weight: bolder; font-variant: small-caps; text-decoration: underline; }
.subhead:hover { color: red; }
.small { font-size: 8pt; }
.icon { float: left; background-color: lightGrey; margin-top: 5pt; margin-right: 3pt; padding: 3pt; border-style: double; }